summaryrefslogtreecommitdiff
path: root/Cydia/LoadingViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Cydia/LoadingViewController.h')
-rw-r--r--Cydia/LoadingViewController.h4
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