]> git.saurik.com Git - cydia.git/blame - UICaboodle/ResetView.h
Fix the type of the ellipsis: argument.
[cydia.git] / UICaboodle / ResetView.h
CommitLineData
275d8115
JF
1#import <UICaboodle/RVPage.h>
2#import <UICaboodle/RVBook.h>
ab398adf 3
facbc56d 4#import <UIKit/UIKit.h>
ab398adf
JF
5
6@interface UIView (RVBook)
7- (void) resetViewAnimated:(BOOL)animated;
8- (void) clearView;
9@end
10
1fd88570
JF
11@interface UITableView (RVBook)
12- (void) resetViewAnimated:(BOOL)animated;
13- (void) clearView;
14@end