mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix typo
This commit is contained in:
parent
f48c984eb6
commit
333b6e6a8d
@ -240,7 +240,7 @@ typedef enum {
|
||||
@protocol BWHockeyManagerDelegate <NSObject>
|
||||
|
||||
|
||||
#if HOCKEY_BLOCK_UDID == 0 || defined (CONFIGURATION_Debug1) || defined (CONFIGURATION_AdHoc) || defined (CONFIGURATION_Beta)
|
||||
#if HOCKEY_BLOCK_UDID == 0 || defined (CONFIGURATION_Debug) || defined (CONFIGURATION_AdHoc) || defined (CONFIGURATION_Beta)
|
||||
@optional
|
||||
#endif
|
||||
/*
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
@protocol CNSHockeyManagerDelegate <NSObject>
|
||||
|
||||
#if HOCKEY_BLOCK_UDID == 0 || defined (CONFIGURATION_Debug1) || defined (CONFIGURATION_AdHoc) || defined (CONFIGURATION_Beta)
|
||||
#if HOCKEY_BLOCK_UDID == 0 || defined (CONFIGURATION_Debug) || defined (CONFIGURATION_AdHoc) || defined (CONFIGURATION_Beta)
|
||||
@optional
|
||||
#endif
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user