We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@synthesize
1 parent 2670f38 commit c02e555Copy full SHA for c02e555
Classes/git/PBGitStash.m
@@ -13,12 +13,6 @@
13
14
@implementation PBGitStash
15
16
-@synthesize index = _index;
17
-@synthesize commit = _commit;
18
-@synthesize message = _message;
19
-@synthesize indexCommit = _indexCommit;
20
-@synthesize ancesterCommit = _ancesterCommit;
21
-
22
-(id)initWithRepository:(PBGitRepository *)repo stashOID:(git_oid)stash_id index:(size_t)index message:(NSString *)message
23
{
24
self = [super init];
0 commit comments