]>
Commit | Line | Data |
---|---|---|
3cb572d2 JF |
1 | #import <UICaboodle/RVPage.h> |
2 | #import <UICaboodle/RVBook.h> | |
59efd93a | 3 | |
20b8724d | 4 | #import <UIKit/UIKit.h> |
59efd93a 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 | ||
16 | @interface UISectionList (RVBook) | |
17 | - (void) resetViewAnimated:(BOOL)animated; | |
18 | - (void) clearView; | |
19 | @end |