Skip to content

Commit

Permalink
Remove TUIKit.h import from TUIStyledView.m
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jul 23, 2012
1 parent 87e918f commit f503370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/UIKit/TUIStyledView.m
Expand Up @@ -7,12 +7,12 @@
//

#import "TUIStyledView.h"
#import "TUIKit.h"

#import "TUICGAdditions.h"
#import "TUIColor.h"
#import "TUITextRenderer.h"

@implementation TUIStyledView


#pragma mark TUIView

- (void)drawRect:(CGRect)rect {
Expand Down

0 comments on commit f503370

Please sign in to comment.