mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various documentation fixes and updates
This commit is contained in:
@@ -34,13 +34,31 @@
|
||||
|
||||
#import "BITStoreButton.h"
|
||||
|
||||
typedef enum {
|
||||
/**
|
||||
* Button states
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, AppStoreButtonState) {
|
||||
/**
|
||||
* Offline
|
||||
*/
|
||||
AppStoreButtonStateOffline,
|
||||
/**
|
||||
* Check
|
||||
*/
|
||||
AppStoreButtonStateCheck,
|
||||
/**
|
||||
* Searching
|
||||
*/
|
||||
AppStoreButtonStateSearching,
|
||||
/**
|
||||
* Update
|
||||
*/
|
||||
AppStoreButtonStateUpdate,
|
||||
/**
|
||||
* Installing
|
||||
*/
|
||||
AppStoreButtonStateInstalling
|
||||
} AppStoreButtonState;
|
||||
};
|
||||
|
||||
|
||||
@class BITUpdateManager;
|
||||
|
||||
Reference in New Issue
Block a user