Skip to content

Commit

Permalink
Update iRate/iRate.h
Browse files Browse the repository at this point in the history
  • Loading branch information
knokknok committed Sep 29, 2012
1 parent 9a892e7 commit 00d77ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iRate/iRate.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ iRateErrorCode;
NSUInteger _usesUntilPrompt;
NSUInteger _eventsUntilPrompt;
float _daysUntilPrompt;
float _usageFrequencyForPrompt;
float _remindPeriod;
NSString *_messageTitle;
NSString *_message;
Expand Down Expand Up @@ -165,6 +166,7 @@ iRateErrorCode;
@property (nonatomic, assign) NSUInteger usesUntilPrompt;
@property (nonatomic, assign) NSUInteger eventsUntilPrompt;
@property (nonatomic, assign) float daysUntilPrompt;
@property (nonatomic, assign) float usageFrequencyForPrompt;
@property (nonatomic, assign) float remindPeriod;

//message text, you may wish to customise these, e.g. for localisation
Expand Down

0 comments on commit 00d77ff

Please sign in to comment.