Some more documentation improvements

This commit is contained in:
Andreas Linde
2013-02-07 14:59:15 +01:00
parent 3e18ac13b3
commit e5f58960ac
2 changed files with 10 additions and 0 deletions

View File

@@ -146,6 +146,9 @@ extern NSString *const kBITCrashManagerStatus;
Use this on startup, to check if the app starts the first time after it crashed
previously. You can use this also to disable specific events, like asking
the user to rate your app.
@warning This property only has a correct value, once `[BITHockeyManager startManager]` was
invoked!
*/
@property (nonatomic, readonly) BOOL didCrashInLastSession;