]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/ViewController.h
Further work to improve language configuration :/.
[cydia.git] / CyteKit / ViewController.h
index e3712688064e89ab66ff3f0af158b1decf997bee..7cc550e946fc8a08602cae100e87ff90e5ea00b2 100644 (file)
@@ -1,5 +1,5 @@
 /* Cydia - iPhone UIKit Front-End for Debian APT
- * Copyright (C) 2008-2013  Jay Freeman (saurik)
+ * Copyright (C) 2008-2015  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