Skip to content

Commit

Permalink
Remove TUIFastIndexPath import from TUITableView.h and TUITableViewCe…
Browse files Browse the repository at this point in the history
…ll.h
  • Loading branch information
jspahrsummers committed Jul 23, 2012
1 parent 7902b36 commit 07a5958
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions lib/UIKit/TUITableView+Cell.m
Expand Up @@ -15,6 +15,7 @@
*/

#import "TUITableView+Cell.h"
#import "TUIFastIndexPath.h"

// Dragged cells should be just above pinned headers
#define kTUITableViewDraggedCellZPosition 1001
Expand Down
3 changes: 2 additions & 1 deletion lib/UIKit/TUITableView.h
Expand Up @@ -15,7 +15,8 @@
*/

#import "TUIScrollView.h"
#import "TUIFastIndexPath.h"

@class TUIFastIndexPath;

typedef enum {
TUITableViewStylePlain, // regular table view
Expand Down
1 change: 1 addition & 0 deletions lib/UIKit/TUITableView.m
Expand Up @@ -15,6 +15,7 @@
*/

#import "TUITableView.h"
#import "TUIFastIndexPath.h"
#import "TUINSView.h"
#import "TUINSWindow.h"
#import "TUITableView+Cell.h"
Expand Down
3 changes: 2 additions & 1 deletion lib/UIKit/TUITableViewCell.h
Expand Up @@ -15,7 +15,8 @@
*/

#import "TUIView.h"
#import "TUIFastIndexPath.h"

@class TUIFastIndexPath;

typedef enum {
TUITableViewCellStyleDefault,
Expand Down
5 changes: 3 additions & 2 deletions lib/UIKit/TUITableViewCell.m
Expand Up @@ -15,9 +15,10 @@
*/

#import "TUITableViewCell.h"
#import "TUITableView.h"
#import "TUITableView+Cell.h"
#import "TUIFastIndexPath.h"
#import "TUINSWindow.h"
#import "TUITableView+Cell.h"
#import "TUITableView.h"

@implementation TUITableViewCell

Expand Down

0 comments on commit 07a5958

Please sign in to comment.