diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-05-06 11:46:02 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:07:53 +0000 |
commit | ab398adfe5c3cf3ccf350921b339fef9e1cc250c (patch) | |
tree | 76fa31ca0d4118110a6bfd0a2276650109f57215 /UICaboodle/ResetView.h | |
parent | 308c03802400d5679ec355e577f09bd0e86bfcd9 (diff) |
Further factorization, file content list, checkbox clarication, advanced search teaser, and fully awesome keyboard control.
Diffstat (limited to 'UICaboodle/ResetView.h')
-rw-r--r-- | UICaboodle/ResetView.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/UICaboodle/ResetView.h b/UICaboodle/ResetView.h new file mode 100644 index 0000000..903bec0 --- /dev/null +++ b/UICaboodle/ResetView.h @@ -0,0 +1,19 @@ +#import <RVPage.h> +#import <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 UISectionList (RVBook) +- (void) resetViewAnimated:(BOOL)animated; +- (void) clearView; +@end |