blob: 9f9fafbef3062269e78e9e4cc4b8c283a00fb9a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#import <UICaboodle/RVPage.h>
#import <UICaboodle/RVBook.h>
#import <UIKit/UIKit.h>
@interface UIView (RVBook)
- (void) resetViewAnimated:(BOOL)animated;
- (void) clearView;
@end
@interface UITableView (RVBook)
- (void) resetViewAnimated:(BOOL)animated;
- (void) clearView;
@end
|