first commit
This commit is contained in:
24
UICaboodle/ResetView.h
Normal file
24
UICaboodle/ResetView.h
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user