]> git.saurik.com Git - cydia.git/blame - UICaboodle/ResetView.h
Moved /notice/ to somewhere with more bandwidth, fixed a typo in Information, updated...
[cydia.git] / UICaboodle / ResetView.h
CommitLineData
ab398adf
JF
1#import <RVPage.h>
2#import <RVBook.h>
3
a9543575
JF
4#import <UIKit/UISectionList.h>
5#import <UIKit/UITable.h>
ab398adf
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