mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 15:30:18 +00:00
PBViewController.superController accessor
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
}
|
||||
|
||||
@property (readonly) __weak PBGitRepository *repository;
|
||||
@property (readonly) __weak PBGitWindowController *superController;
|
||||
@property(copy) NSString *status;
|
||||
@property(assign) BOOL isBusy;
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
@implementation PBViewController
|
||||
|
||||
@synthesize repository;
|
||||
@synthesize superController;
|
||||
@synthesize status;
|
||||
@synthesize isBusy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user