mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-29 19:35:08 +00:00
parent
7f0f159b56
commit
06d692adbf
@ -106,6 +106,8 @@
|
|||||||
- (BOOL)updateManagerShouldSendUsageData:(BITUpdateManager *)updateManager;
|
- (BOOL)updateManagerShouldSendUsageData:(BITUpdateManager *)updateManager;
|
||||||
|
|
||||||
|
|
||||||
|
#pragma mark - Deprecated
|
||||||
|
|
||||||
///-----------------------------------------------------------------------------
|
///-----------------------------------------------------------------------------
|
||||||
/// @name Update View Presentation Helper
|
/// @name Update View Presentation Helper
|
||||||
///-----------------------------------------------------------------------------
|
///-----------------------------------------------------------------------------
|
||||||
@ -118,7 +120,9 @@
|
|||||||
`UIViewController` that should be used to present the update user interface modal.
|
`UIViewController` that should be used to present the update user interface modal.
|
||||||
|
|
||||||
@param updateManager The `BITUpdateManager` instance invoking this delegate
|
@param updateManager The `BITUpdateManager` instance invoking this delegate
|
||||||
|
|
||||||
|
@deprecated Please use `BITHockeyManagerDelegate viewControllerForHockeyManager:componentManager:` instead
|
||||||
*/
|
*/
|
||||||
- (UIViewController *)viewControllerForUpdateManager:(BITUpdateManager *)updateManager;
|
- (UIViewController *)viewControllerForUpdateManager:(BITUpdateManager *)updateManager DEPRECATED_ATTRIBUTE;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user