]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/ViewController.h
Implement shouldAutorotateTo*: using supported*s:.
[cydia.git] / CyteKit / ViewController.h
index 476761f21ceb21d251682be50a086005b7901b93..3fbcb1d7d30572e65c6c4fa73ed03fc9b661f28e 100644 (file)
@@ -1,5 +1,5 @@
 /* Cydia - iPhone UIKit Front-End for Debian APT
- * Copyright (C) 2008-2012  Jay Freeman (saurik)
+ * Copyright (C) 2008-2014  Jay Freeman (saurik)
 */
 
 /* GNU General Public License, Version 3 {{{ */
@@ -26,6 +26,8 @@
 
 #include <UIKit/UIKit.h>
 
+#include <Menes/ObjectHandle.h>
+
 @interface UIViewController (Cydia)
 - (BOOL) hasLoaded;
 - (void) reloadData;
@@ -36,6 +38,7 @@
 @interface CyteViewController : UIViewController {
     _transient id delegate_;
     BOOL loaded_;
+    _H<UIColor> color_;
 }
 
 // The default implementation of this method is essentially a no-op,
@@ -62,6 +65,8 @@
 // just happens not to be visible.
 - (void) releaseSubviews;
 
+- (void) setPageColor:(UIColor *)color;
+
 @end
 
 #endif//CyteKit_ViewController_H