mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
adds public method to handle user input from an alert view
This commit is contained in:
@@ -247,6 +247,11 @@ typedef NS_ENUM(NSUInteger, BITCrashManagerUserInput) {
|
||||
*/
|
||||
@property (nonatomic, readonly) BOOL didCrashInLastSession;
|
||||
|
||||
/**
|
||||
Provides an interface to handle user input from a custom alert
|
||||
@return BOOl if the input is a valid option
|
||||
*/
|
||||
- (BOOL)handleUserInput: (BITCrashManagerUserInput) userInput;
|
||||
|
||||
/**
|
||||
Provides the time between startup and crash in seconds
|
||||
|
||||
Reference in New Issue
Block a user