PBViewController.superController accessor

This commit is contained in:
David Catmull
2011-06-12 15:23:30 -06:00
parent 91026f857e
commit 10274aef55
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@
}
@property (readonly) __weak PBGitRepository *repository;
@property (readonly) __weak PBGitWindowController *superController;
@property(copy) NSString *status;
@property(assign) BOOL isBusy;
+1
View File
@@ -12,6 +12,7 @@
@implementation PBViewController
@synthesize repository;
@synthesize superController;
@synthesize status;
@synthesize isBusy;