]>
Commit | Line | Data |
---|---|---|
275d8115 JF |
1 | #import <UICaboodle/RVPage.h> |
2 | #import <UICaboodle/RVBook.h> | |
ab398adf | 3 | |
facbc56d | 4 | #import <UIKit/UIKit.h> |
ab398adf JF |
5 | |
6 | @interface UIView (RVBook) | |
7 | - (void) resetViewAnimated:(BOOL)animated; | |
8 | - (void) clearView; | |
9 | @end | |
10 | ||
11 | @interface UITable (RVBook) | |
12 | - (void) resetViewAnimated:(BOOL)animated; | |
13 | - (void) clearView; | |
14 | @end | |
15 | ||
1fd88570 JF |
16 | @interface UITableView (RVBook) |
17 | - (void) resetViewAnimated:(BOOL)animated; | |
18 | - (void) clearView; | |
19 | @end | |
20 | ||
ab398adf JF |
21 | @interface UISectionList (RVBook) |
22 | - (void) resetViewAnimated:(BOOL)animated; | |
23 | - (void) clearView; | |
24 | @end |