Skip to content

Commit

Permalink
Fix typo in #pragma line
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreblin authored and Matthew Sun committed Jan 11, 2017
1 parent 04048d5 commit 082e53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Appirater.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ extern NSString *const kAppiraterReminderRequestDate;
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
@property(nonatomic, strong) UIAlertView *ratingAlert;
#pragma clan diagnostic pop
#pragma clang diagnostic pop
@property(nonatomic) BOOL openInAppStore;
#if __has_feature(objc_arc_weak)
@property(nonatomic, weak) NSObject <AppiraterDelegate> *delegate;
Expand Down

0 comments on commit 082e53f

Please sign in to comment.