Synthesize repositoryPath for external access.

This commit is contained in:
André Berg
2009-11-01 00:23:33 +01:00
parent 5be745177c
commit 2a6f59b652
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
@interface PBGitConfig : NSObject {
NSString *repositoryPath;
}
@property (copy) NSString *repositoryPath;
- init;
- initWithRepository:(NSString *)path;
@end
+1
View File
@@ -10,6 +10,7 @@
@implementation PBGitConfig
@synthesize repositoryPath;
- init
{