]>
Commit | Line | Data |
---|---|---|
59efd93a JF |
1 | #import <RVPage.h> |
2 | #import <RVBook.h> | |
3 | ||
d210b85d JF |
4 | #import <UIKit/UISectionList.h> |
5 | #import <UIKit/UITable.h> | |
59efd93a JF |
6 | |
7 | @interface UIView (RVBook) | |
8 | - (void) resetViewAnimated:(BOOL)animated; | |
9 | - (void) clearView; | |
10 | @end | |
11 | ||
12 | @interface UITable (RVBook) | |
13 | - (void) resetViewAnimated:(BOOL)animated; | |
14 | - (void) clearView; | |
15 | @end | |
16 | ||
17 | @interface UISectionList (RVBook) | |
18 | - (void) resetViewAnimated:(BOOL)animated; | |
19 | - (void) clearView; | |
20 | @end |