Files
Cydia/UICaboodle/ResetView.h
Victor Bodinaud 954e43aa2f first commit
2025-03-03 13:59:05 +01:00

25 lines
482 B
Objective-C

#import <UICaboodle/RVPage.h>
#import <UICaboodle/RVBook.h>
#import <UIKit/UIKit.h>
@interface UIView (RVBook)
- (void) resetViewAnimated:(BOOL)animated;
- (void) clearView;
@end
@interface UITable (RVBook)
- (void) resetViewAnimated:(BOOL)animated;
- (void) clearView;
@end
@interface UITableView (RVBook)
- (void) resetViewAnimated:(BOOL)animated;
- (void) clearView;
@end
@interface UISectionList (RVBook)
- (void) resetViewAnimated:(BOOL)animated;
- (void) clearView;
@end