@@ -42,10 +42,10 @@ typedef enum branchFilterTypes {
42
42
@property (readonly , getter = getIndexURL) NSURL * indexURL;
43
43
44
44
@property (nonatomic , strong ) PBGitHistoryList *revisionList;
45
- @property (nonatomic , readonly , strong ) NSArray * stashes;
46
- @property (nonatomic , readonly , strong ) NSArray * branches;
47
- @property (nonatomic , strong ) NSMutableOrderedSet * branchesSet;
48
- @property (nonatomic , strong ) PBGitRevSpecifier* currentBranch;
45
+ @property (nonatomic , readonly , strong ) NSArray <PBGitStash *> * stashes;
46
+ @property (nonatomic , readonly , strong ) NSArray <PBGitRevSpecifier *> * branches;
47
+ @property (nonatomic , strong ) NSMutableOrderedSet <PBGitRevSpecifier *> * branchesSet;
48
+ @property (nonatomic , strong ) PBGitRevSpecifier * currentBranch;
49
49
@property (nonatomic , strong ) NSMutableDictionary * refs;
50
50
@property (readonly , strong ) GTRepository* gtRepo;
51
51
@property (nonatomic , readonly ) BOOL isShallowRepository;
@@ -113,7 +113,7 @@ typedef enum branchFilterTypes {
113
113
- (BOOL )refExists : (PBGitRef *)ref ;
114
114
- (PBGitRef *)refForName : (NSString *)name ;
115
115
116
- - (NSArray *) remotes ;
116
+ - (NSArray <NSString *> *) remotes ;
117
117
- (BOOL ) hasRemotes ;
118
118
- (PBGitRef *) remoteRefForBranch : (PBGitRef *)branch error : (NSError **)error ;
119
119
0 commit comments