mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
move protocol to class continuation
no need this must be public
This commit is contained in:
@@ -52,7 +52,7 @@ typedef enum {
|
||||
|
||||
*/
|
||||
|
||||
@interface BITStoreUpdateManager : BITHockeyBaseManager <UIAlertViewDelegate>
|
||||
@interface BITStoreUpdateManager : BITHockeyBaseManager
|
||||
|
||||
|
||||
///-----------------------------------------------------------------------------
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
||||
@interface BITStoreUpdateManager () {
|
||||
@interface BITStoreUpdateManager () <UIAlertViewDelegate> {
|
||||
}
|
||||
|
||||
// is an update available?
|
||||
|
||||
Reference in New Issue
Block a user