diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-06-11 07:18:59 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-06-11 07:18:59 -0700 |
commit | 9549563e9ec57ed4bc583c3e3fe8b8a071ec6fb8 (patch) | |
tree | 5eac1689e6aefd38dd20d2c2394ab9e233121deb /Cydia/LoadingViewController.h | |
parent | c88974b1ca792a2599f8e5b583284363481c4bfe (diff) |
Reimplement the loading controller as real tabbar.
Diffstat (limited to 'Cydia/LoadingViewController.h')
-rw-r--r-- | Cydia/LoadingViewController.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Cydia/LoadingViewController.h b/Cydia/LoadingViewController.h index f1cb542..b6f5863 100644 --- a/Cydia/LoadingViewController.h +++ b/Cydia/LoadingViewController.h @@ -22,13 +22,9 @@ #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 |