mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-03 21:16:35 +00:00
Improve documentation
declare the AppDelegate interface as a HockeyProtocols category, to make it clear this does not need to be done in the header file.
This commit is contained in:
parent
c754c9f68e
commit
71c43cd690
@ -102,7 +102,7 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc
|
||||
|
||||
3. Let the AppDelegate implement the protocols `BITHockeyManagerDelegate`, `BITUpdateManagerDelegate` and `BITCrashManagerDelegate`:
|
||||
|
||||
@interface AppDelegate() <BITHockeyManagerDelegate, BITUpdateManagerDelegate, BITCrashManagerDelegate> {}
|
||||
@interface AppDelegate(HockeyProtocols) <BITHockeyManagerDelegate, BITUpdateManagerDelegate, BITCrashManagerDelegate> {}
|
||||
@end
|
||||
|
||||
4. Search for the method `application:didFinishLaunchingWithOptions:`
|
||||
|
||||
@ -72,7 +72,7 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc
|
||||
|
||||
3. Let the AppDelegate implement the protocols `BITHockeyManagerDelegate`, `BITUpdateManagerDelegate` and `BITCrashManagerDelegate`:
|
||||
|
||||
@interface AppDelegate() <BITHockeyManagerDelegate, BITUpdateManagerDelegate, BITCrashManagerDelegate> {}
|
||||
@interface AppDelegate(HockeyProtocols) <BITHockeyManagerDelegate, BITUpdateManagerDelegate, BITCrashManagerDelegate> {}
|
||||
@end
|
||||
|
||||
4. Search for the method `application:didFinishLaunchingWithOptions:`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user