]> git.saurik.com Git - cydia.git/commitdiff
Minor documentation additions.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 9 Aug 2008 09:15:35 +0000 (09:15 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:08:16 +0000 (07:08 +0000)
Cydia.mm

index 1805a59871076c7b781eac0bdaf1e9094f891e94..523e6c5fffd6b15d6e224e6edf68a61b8aa4d72f 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -3148,10 +3148,6 @@ void AddTextView(NSMutableDictionary *fields, NSMutableArray *packages, NSString
 @end
 /* }}} */
 /* Package View {{{ */
-@protocol PackageViewDelegate
-- (void) performPackage:(Package *)package;
-@end
-
 @interface PackageView : RVPage {
     _transient Database *database_;
     UIPreferencesTable *table_;
@@ -4225,6 +4221,7 @@ void AddTextView(NSMutableDictionary *fields, NSMutableArray *packages, NSString
 @end
 /* }}} */
 
+/* Home View {{{ */
 @interface HomeView : BrowserView {
 }
 
@@ -4268,7 +4265,8 @@ void AddTextView(NSMutableDictionary *fields, NSMutableArray *packages, NSString
 }
 
 @end
-
+/* }}} */
+/* Manage View {{{ */
 @interface ManageView : BrowserView {
 }
 
@@ -4293,6 +4291,7 @@ void AddTextView(NSMutableDictionary *fields, NSMutableArray *packages, NSString
 }
 
 @end
+/* }}} */
 
 /* Browser Implementation {{{ */
 @implementation BrowserView