mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-29 11:25:38 +00:00
Small documentation fix
This commit is contained in:
parent
840432acc1
commit
a334952b37
@ -198,7 +198,7 @@ typedef enum BITCrashStatus {
|
|||||||
*/
|
*/
|
||||||
@property (nonatomic, readonly) BOOL didCrashInLastSession;
|
@property (nonatomic, readonly) BOOL didCrashInLastSession;
|
||||||
|
|
||||||
// will return the timeinterval from startup to the crash in seconds, default is -1
|
|
||||||
/**
|
/**
|
||||||
Provides the time between startup and crash in seconds
|
Provides the time between startup and crash in seconds
|
||||||
|
|
||||||
@ -210,6 +210,7 @@ typedef enum BITCrashStatus {
|
|||||||
The `BITCrashManagerDelegate` protocol provides some delegates to inform if sending
|
The `BITCrashManagerDelegate` protocol provides some delegates to inform if sending
|
||||||
a crash report was finished successfully, ended in error or was cancelled by the user.
|
a crash report was finished successfully, ended in error or was cancelled by the user.
|
||||||
|
|
||||||
|
*Default*: _-1_
|
||||||
@see didCrashInLastSession
|
@see didCrashInLastSession
|
||||||
@see BITCrashManagerDelegate
|
@see BITCrashManagerDelegate
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user