diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-02-15 02:05:04 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2017-02-15 02:05:04 -0800 |
commit | f8c9fd4c9a853ca14ac1d1fb123e2e6200879bb4 (patch) | |
tree | 2d38ef9bd91a6492206b330c38ec87b7b453cc7b /CyteKit/TabBarController.h | |
parent | 8eedf7e7e7afb78df8388ab7692118e6b9f3b466 (diff) |
Move private ivars in CyteKit to @implementations.
Diffstat (limited to 'CyteKit/TabBarController.h')
-rw-r--r-- | CyteKit/TabBarController.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/CyteKit/TabBarController.h b/CyteKit/TabBarController.h index 2849b4b..7aee767 100644 --- a/CyteKit/TabBarController.h +++ b/CyteKit/TabBarController.h @@ -26,15 +26,10 @@ #include <UIKit/UIKit.h> -#include <Menes/ObjectHandle.h> - @interface UITabBarController (Cydia) @end -@interface CyteTabBarController : UITabBarController { - _transient UIViewController *transient_; - _H<UIViewController> remembered_; -} +@interface CyteTabBarController : UITabBarController - (UIViewController *) unselectedViewController; - (void) setUnselectedViewController:(UIViewController *)transient; |