]> git.saurik.com Git - cydia.git/blobdiff - Cydia/LoadingViewController.h
Ignore .dSYM folders I am suddenly ending up with.
[cydia.git] / Cydia / LoadingViewController.h
index f1cb542e61c7526bd57f7321a9cb54ac3a1a0343..ade667c7756f2c8f65f81609cbe515315f3ddaa2 100644 (file)
@@ -1,5 +1,5 @@
 /* Cydia - iPhone UIKit Front-End for Debian APT
- * Copyright (C) 2008-2013  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