]> git.saurik.com Git - cydia.git/blobdiff - Cydia/LoadingViewController.h
Update the manage7 icons (mostly due to Extender).
[cydia.git] / Cydia / LoadingViewController.h
index 4b0fbc81388a20a49f6a36ff02025c7e7c34cbb4..ade667c7756f2c8f65f81609cbe515315f3ddaa2 100644 (file)
@@ -1,5 +1,5 @@
 /* Cydia - iPhone UIKit Front-End for Debian APT
- * Copyright (C) 2008-2012  Jay Freeman (saurik)
+ * Copyright (C) 2008-2015  Jay Freeman (saurik)
 */
 
 /* GNU General Public License, Version 3 {{{ */
 #ifndef Cydia_LoadingViewController_H
 #define Cydia_LoadingViewController_H
 
-#include "Cydia/LoadingView.h"
 #include "CyteKit/ViewController.h"
 
 @interface CydiaLoadingViewController : CyteViewController {
-    _H<CydiaLoadingView> indicator_;
-    _H<UITabBar> tabbar_;
-    _H<UINavigationBar> navbar_;
 }
 
 @end