diff options
Diffstat (limited to 'CyteKit/ViewController.h')
-rw-r--r-- | CyteKit/ViewController.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CyteKit/ViewController.h b/CyteKit/ViewController.h index e371268..b137249 100644 --- a/CyteKit/ViewController.h +++ b/CyteKit/ViewController.h @@ -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 |