]> 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 903bec083b981d390508efd7202511ba4efe1305..9f9fafbef3062269e78e9e4cc4b8c283a00fb9a8 100644 (file)
@@ -1,5 +1,5 @@
-#import <RVPage.h>
-#import <RVBook.h>
+#import <UICaboodle/RVPage.h>
+#import <UICaboodle/RVBook.h>
 
 #import <UIKit/UIKit.h>
 
@@ -8,12 +8,7 @@
 - (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