Skip to content

Commit

Permalink
Atomic synthesized setters can't be pairer with implemented getters
Browse files Browse the repository at this point in the history
  • Loading branch information
treelinelabs authored and ideashower committed Nov 15, 2010
1 parent 2c02aae commit dca00c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Classes/ShareKit/Core/Helpers/SHKRequest.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
@property (retain) NSDictionary *headers;

@property (retain) NSMutableData *data;
@property (retain, getter=getResult) NSString *result;
@property (nonatomic, retain, getter=getResult) NSString *result;
@property (nonatomic) BOOL success;

- (id)initWithURL:(NSURL *)u params:(NSString *)p delegate:(id)d isFinishedSelector:(SEL)s method:(NSString *)m autostart:(BOOL)autostart;
Expand Down
2 changes: 1 addition & 1 deletion Classes/ShareKit/UI/SHKFormFieldCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
SHKFormController *form;
}

@property (retain) SHKFormFieldSettings *settings;
@property (nonatomic, retain) SHKFormFieldSettings *settings;

@property (nonatomic) CGFloat labelWidth;

Expand Down
2 changes: 1 addition & 1 deletion Classes/ShareKit/UI/SHKShareMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
NSMutableDictionary *exclusions;
}

@property (retain) SHKItem *item;
@property (nonatomic, retain) SHKItem *item;
@property (retain) NSMutableArray *tableData;
@property (retain) NSMutableDictionary *exclusions;

Expand Down

0 comments on commit dca00c6

Please sign in to comment.