mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-04 10:30:42 +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 {
|
- (BOOL)didCrashInLastSessionOnStartup {
|
||||||
return ([[BITHockeyManager.crashmanager] didCrashInLastSession] &&
|
return ([[BITHockeyManager sharedHockeyManager].crashmanager didCrashInLastSession] &&
|
||||||
[[BITHockeyManager.crashmanager] timeintervalCrashInLastSessionOccured] < 5);
|
[[BITHockeyManager sharedHockeyManager].crashmanager timeintervalCrashInLastSessionOccured] < 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)setupApplication {
|
- (void)setupApplication {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user