mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix docu type in example code
This commit is contained in:
parent
f259d01135
commit
93b4f109a7
@ -46,8 +46,8 @@ The challenges in this scenario are:
|
||||
}
|
||||
|
||||
- (BOOL)didCrashInLastSessionOnStartup {
|
||||
return ([[BITHockeyManager.crashmanager] didCrashInLastSession] &&
|
||||
[[BITHockeyManager.crashmanager] timeintervalCrashInLastSessionOccured] < 5);
|
||||
return ([[BITHockeyManager sharedHockeyManager].crashmanager didCrashInLastSession] &&
|
||||
[[BITHockeyManager sharedHockeyManager].crashmanager timeintervalCrashInLastSessionOccured] < 5);
|
||||
}
|
||||
|
||||
- (void)setupApplication {
|
||||
|
Loading…
x
Reference in New Issue
Block a user