]> git.saurik.com Git - cydia.git/blame - UICaboodle/ResetView.h
Renamed News to Home and started pre-caching tabs for perceived performance.
[cydia.git] / UICaboodle / ResetView.h
CommitLineData
ab398adf
JF
1#import <RVPage.h>
2#import <RVBook.h>
3
4#import <UIKit/UIKit.h>
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