]> git.saurik.com Git - cydia.git/blob - UICaboodle/ResetView.h
Some minor header file changes.
[cydia.git] / UICaboodle / ResetView.h
1 #import <RVPage.h>
2 #import <RVBook.h>
3
4 #import <UIKit/UISectionList.h>
5 #import <UIKit/UITable.h>
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