]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/ResetView.h
We don't want a compile-time flag for RotationEnabled: we want it to work that way...
[cydia.git] / UICaboodle / ResetView.h
index c4eb3f72fb5f36f10d8268e0b17f1282469832c8..9f9fafbef3062269e78e9e4cc4b8c283a00fb9a8 100644 (file)
@@ -1,20 +1,14 @@
-#import <RVPage.h>
-#import <RVBook.h>
+#import <UICaboodle/RVPage.h>
+#import <UICaboodle/RVBook.h>
 
-#import <UIKit/UISectionList.h>
-#import <UIKit/UITable.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)
+@interface UITableView (RVBook)
 - (void) resetViewAnimated:(BOOL)animated;
 - (void) clearView;
 @end