]> git.saurik.com Git - cydia.git/commitdiff
Our app delegate doesn't implement these protocols.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 11 Jun 2014 14:13:41 +0000 (07:13 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 11 Jun 2014 14:13:41 +0000 (07:13 -0700)
MobileCydia.mm

index 44fbac0dbf6a90509b13160c4523dfd4a5a9252a..fef73c6af13ff21ab5d31727b4f6c8daba9bc86f 100644 (file)
@@ -8819,9 +8819,7 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi
 @interface Cydia : UIApplication <
     ConfirmationControllerDelegate,
     DatabaseDelegate,
-    CydiaDelegate,
-    UINavigationControllerDelegate,
-    UITabBarControllerDelegate
+    CydiaDelegate
 > {
     _H<UIWindow> window_;
     _H<CydiaTabBarController> tabbar_;