Skip to content

Commit

Permalink
Merge pull request #84 from fernandonf/stupid-typo
Browse files Browse the repository at this point in the history
It's unsafe_unretained, not unsafe_unreferenced.
  • Loading branch information
arashpayan committed Nov 12, 2012
2 parents ec21318 + afffeb6 commit 972a34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Appirater.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ extern NSString *const kAppiraterReminderRequestDate;
#if __has_feature(objc_arc_weak) #if __has_feature(objc_arc_weak)
@property(nonatomic, weak) NSObject <AppiraterDelegate> *delegate; @property(nonatomic, weak) NSObject <AppiraterDelegate> *delegate;
#else #else
@property(nonatomic, unsafe_unreferenced) NSObject <AppiraterDelegate> *delegate; @property(nonatomic, unsafe_unretained) NSObject <AppiraterDelegate> *delegate;
#endif #endif


/* /*
Expand Down

0 comments on commit 972a34c

Please sign in to comment.