Add in left-out (id) return labels to some methods in PBGitCommit.

This commit is contained in:
André Berg
2010-03-30 15:53:20 +02:00
committed by Nathan Kinsinger
parent 71c0f30ae5
commit 10149fc5f3
+4 -4
View File
@@ -34,11 +34,11 @@ extern NSString * const kGitXCommitType;
PBGitRepository* repository;
}
+ commitWithRepository:(PBGitRepository*)repo andSha:(git_oid)newSha;
- initWithRepository:(PBGitRepository *)repo andSha:(git_oid)sha;
+ (id) commitWithRepository:(PBGitRepository*)repo andSha:(git_oid)newSha;
- (id) initWithRepository:(PBGitRepository *)repo andSha:(git_oid)sha;
- (void)addRef:(PBGitRef *)ref;
- (void)removeRef:(id)ref;
- (void) addRef:(PBGitRef *)ref;
- (void) removeRef:(id)ref;
- (BOOL) hasRef:(PBGitRef *)ref;
- (NSString *)realSha;