X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/6d9696a59dd8fe72d3c46e0703d2a019806b50ed..40ac17f95458c9eaf684a11223db0fc00e198eb0:/CyteKit/ViewController.h diff --git a/CyteKit/ViewController.h b/CyteKit/ViewController.h index 476761f2..3fbcb1d7 100644 --- a/CyteKit/ViewController.h +++ b/CyteKit/ViewController.h @@ -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 +#include + @interface UIViewController (Cydia) - (BOOL) hasLoaded; - (void) reloadData; @@ -36,6 +38,7 @@ @interface CyteViewController : UIViewController { _transient id delegate_; BOOL loaded_; + _H 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