diff options
Diffstat (limited to 'CyteKit/TabBarController.mm')
-rw-r--r-- | CyteKit/TabBarController.mm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CyteKit/TabBarController.mm b/CyteKit/TabBarController.mm index 27a8000..7a4ead3 100644 --- a/CyteKit/TabBarController.mm +++ b/CyteKit/TabBarController.mm @@ -24,12 +24,16 @@ #include "CyteKit/TabBarController.h" #include "iPhonePrivate.h" +#include <Menes/ObjectHandle.h> @implementation UITabBarController (Cydia) @end -@implementation CyteTabBarController +@implementation CyteTabBarController { + _transient UIViewController *transient_; + _H<UIViewController> remembered_; +} - (void) didReceiveMemoryWarning { [super didReceiveMemoryWarning]; |