Skip to content

Commit

Permalink
import UIKit to make the headers work standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyl committed Aug 29, 2012
1 parent 9676d78 commit 150be08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TPKeyboardAvoidingScrollView.h
Expand Up @@ -5,6 +5,8 @@
// Copyright 2011 A Tasty Pixel. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface TPKeyboardAvoidingScrollView : UIScrollView {
UIEdgeInsets _priorInset;
BOOL _priorInsetSaved;
Expand Down
2 changes: 2 additions & 0 deletions TPKeyboardAvoidingTableView.h
Expand Up @@ -5,6 +5,8 @@
// Copyright 2011 A Tasty Pixel. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface TPKeyboardAvoidingTableView : UITableView {
UIEdgeInsets _priorInset;
BOOL _priorInsetSaved;
Expand Down

0 comments on commit 150be08

Please sign in to comment.