mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Update App Update screen to be more iOS 6 like
Also do some small refactoring and rename the PS classes to BIT to avoid any possible namespacing problems
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
*/
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "PSStoreButton.h"
|
||||
#import "BITStoreButton.h"
|
||||
|
||||
typedef enum {
|
||||
AppStoreButtonStateOffline,
|
||||
@@ -44,7 +44,7 @@ typedef enum {
|
||||
|
||||
@protocol PSStoreButtonDelegate;
|
||||
|
||||
@interface BITUpdateViewController() <PSStoreButtonDelegate> {
|
||||
@interface BITUpdateViewController() <BITStoreButtonDelegate> {
|
||||
}
|
||||
|
||||
@property (nonatomic, assign) BITUpdateManager *updateManager;
|
||||
|
||||
Reference in New Issue
Block a user