/* 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 {{{ */
#include <UIKit/UIKit.h>
+#include <Menes/ObjectHandle.h>
+
@interface UIViewController (Cydia)
- (BOOL) hasLoaded;
- (void) reloadData;
@interface CyteViewController : UIViewController {
_transient id delegate_;
BOOL loaded_;
+ _H<UIColor> color_;
}
// The default implementation of this method is essentially a no-op,
// just happens not to be visible.
- (void) releaseSubviews;
+- (void) setPageColor:(UIColor *)color;
+
@end
#endif//CyteKit_ViewController_H