]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/ViewController.h
Remove obsolete commented-out source check stuff.
[cydia.git] / CyteKit / ViewController.h
index e3712688064e89ab66ff3f0af158b1decf997bee..b1372491d9caaaccf9e3e82ffc216c39fea1013c 100644 (file)
@@ -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