Fix docu type in example code

This commit is contained in:
Andreas Linde 2012-08-06 00:27:07 +02:00
parent f259d01135
commit 93b4f109a7

View File

@ -46,8 +46,8 @@ The challenges in this scenario are:
} }
- (BOOL)didCrashInLastSessionOnStartup { - (BOOL)didCrashInLastSessionOnStartup {
return ([[BITHockeyManager.crashmanager] didCrashInLastSession] && return ([[BITHockeyManager sharedHockeyManager].crashmanager didCrashInLastSession] &&
[[BITHockeyManager.crashmanager] timeintervalCrashInLastSessionOccured] < 5); [[BITHockeyManager sharedHockeyManager].crashmanager timeintervalCrashInLastSessionOccured] < 5);
} }
- (void)setupApplication { - (void)setupApplication {