mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Naming convention cleanup
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
/**
|
||||
* Custom block that handles the alert that prompts the user whether he wants to send crash reports
|
||||
*/
|
||||
typedef void(^CustomAlertViewHandler)();
|
||||
typedef void(^BITCustomAlertViewHandler)();
|
||||
|
||||
|
||||
/**
|
||||
@@ -347,7 +347,7 @@ typedef NS_ENUM(NSUInteger, BITCrashManagerUserInput) {
|
||||
|
||||
@warning Block needs to call the `handleUserInput:withUserProvidedCrashDescription` method!
|
||||
*/
|
||||
- (void) setAlertViewHandler:(CustomAlertViewHandler)alertViewHandler;
|
||||
- (void) setAlertViewHandler:(BITCustomAlertViewHandler)alertViewHandler;
|
||||
|
||||
/**
|
||||
Indicates if the app was killed while being in foreground from the iOS
|
||||
|
||||
Reference in New Issue
Block a user