File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ extern NSString * const kGitXBranchRefPrefix;
2020extern NSString * const kGitXRemoteRefPrefix ;
2121
2222
23- @interface PBGitRef : NSObject <PBGitRefish> {
24- NSString * ref;
25- }
23+ @interface PBGitRef : NSObject <PBGitRefish>
2624
2725// <PBGitRefish>
2826- (NSString *) refishName ;
@@ -46,6 +44,7 @@ extern NSString * const kGitXRemoteRefPrefix;
4644
4745+ (PBGitRef*) refFromString : (NSString *) s ;
4846- (PBGitRef*) initWithString : (NSString *) s ;
49- @property (readonly ) NSString * ref;
47+
48+ @property (nonatomic , strong , readonly ) NSString * ref;
5049
5150@end
Original file line number Diff line number Diff line change 1818NSString * const kGitXBranchRefPrefix = @" refs/heads/" ;
1919NSString * const kGitXRemoteRefPrefix = @" refs/remotes/" ;
2020
21+ @interface PBGitRef ()
22+
23+ @property (nonatomic , strong ) NSString * ref;
24+
25+ @end
2126
2227@implementation PBGitRef
2328
You can’t perform that action at this time.
0 commit comments