mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Fix some methods made private by accident
This commit is contained in:
parent
0586a69bc0
commit
042bce3f91
@ -136,6 +136,12 @@ typedef enum {
|
|||||||
// default value: HockeyUpdateCheckStartup
|
// default value: HockeyUpdateCheckStartup
|
||||||
@property (nonatomic, assign) BITUpdateSetting updateSetting;
|
@property (nonatomic, assign) BITUpdateSetting updateSetting;
|
||||||
|
|
||||||
|
// open update info view
|
||||||
|
- (void)showUpdateView;
|
||||||
|
|
||||||
|
// manually start an update check
|
||||||
|
- (void)checkForUpdate;
|
||||||
|
|
||||||
// convenience methode to create hockey view controller
|
// convenience methode to create hockey view controller
|
||||||
- (BITUpdateViewController *)hockeyViewController:(BOOL)modal;
|
- (BITUpdateViewController *)hockeyViewController:(BOOL)modal;
|
||||||
|
|
||||||
|
@ -66,12 +66,6 @@
|
|||||||
|
|
||||||
- (void)startManager;
|
- (void)startManager;
|
||||||
|
|
||||||
// open update info view
|
|
||||||
- (void)showUpdateView;
|
|
||||||
|
|
||||||
// manually start an update check
|
|
||||||
- (void)checkForUpdate;
|
|
||||||
|
|
||||||
// checks for update, informs the user (error, no update found, etc)
|
// checks for update, informs the user (error, no update found, etc)
|
||||||
- (void)checkForUpdateShowFeedback:(BOOL)feedback;
|
- (void)checkForUpdateShowFeedback:(BOOL)feedback;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user