]> git.saurik.com Git - cydia.git/commitdiff
Move CYNavigationController higher in the file.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 27 Feb 2011 07:55:01 +0000 (23:55 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Mar 2011 10:41:25 +0000 (02:41 -0800)
MobileCydia.mm

index e278ab8605eea1614914794652904b319504d9a0..1eb6051bb932be4c1d969b142568c6bbbfde1642 100644 (file)
@@ -6820,7 +6820,18 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
 @end
 /* }}} */
 
 @end
 /* }}} */
 
-@class CYNavigationController;
+/* Cydia Navigation Controller Interface {{{ */
+@interface CYNavigationController : UINavigationController {
+    _transient Database *database_;
+    _transient id<UINavigationControllerDelegate> delegate_;
+}
+
+- (NSArray *) navigationURLCollection;
+- (id) initWithDatabase:(Database *)database;
+- (void) reloadData;
+
+@end
+/* }}} */
 
 /* Cydia Tab Bar Controller {{{ */
 @interface CYTabBarController : UITabBarController <
 
 /* Cydia Tab Bar Controller {{{ */
 @interface CYTabBarController : UITabBarController <
@@ -7110,19 +7121,8 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
 
 @end
 /* }}} */
 
 @end
 /* }}} */
-/* Cydia Navigation Controller {{{ */
-@interface CYNavigationController : UINavigationController {
-    _transient Database *database_;
-    _transient id<UINavigationControllerDelegate> delegate_;
-}
-
-- (NSArray *) navigationURLCollection;
-- (id) initWithDatabase:(Database *)database;
-- (void) reloadData;
-
-@end
-
 
 
+/* Cydia Navigation Controller Implementation {{{ */
 @implementation CYNavigationController
 
 - (NSArray *) navigationURLCollection {
 @implementation CYNavigationController
 
 - (NSArray *) navigationURLCollection {