mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Add an optional delegate to get informed about new update being available
This commit is contained in:
committed by
Stephan Diederich
parent
c4921bb9de
commit
b23e5134bc
@@ -37,6 +37,8 @@ typedef enum {
|
||||
BITStoreUpdateCheckManually = 2
|
||||
} BITStoreUpdateSetting;
|
||||
|
||||
@protocol BITStoreUpdateManagerDelegate;
|
||||
|
||||
/**
|
||||
The store update manager module.
|
||||
|
||||
@@ -53,6 +55,16 @@ typedef enum {
|
||||
@interface BITStoreUpdateManager : BITHockeyBaseManager <UIAlertViewDelegate>
|
||||
|
||||
|
||||
///-----------------------------------------------------------------------------
|
||||
/// @name Delegate
|
||||
///-----------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
Sets the optional `BITStoreUpdateManagerDelegate` delegate.
|
||||
*/
|
||||
@property (nonatomic, weak) id delegate;
|
||||
|
||||
|
||||
///-----------------------------------------------------------------------------
|
||||
/// @name Update Checking
|
||||
///-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user