summaryrefslogtreecommitdiff
path: root/UICaboodle/ResetView.h
blob: 1f9259038029997f36628c5e7d0eb8b6a691228b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#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