mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-02 04:38:33 +00:00
9 lines
183 B
Objective-C
Executable File
9 lines
183 B
Objective-C
Executable File
#import <Foundation/Foundation.h>
|
|
/// Enum class for type SessionState.
|
|
typedef NS_ENUM(NSInteger, BITSessionState) {
|
|
BITSessionState_start = 0,
|
|
|
|
BITSessionState_end = 1,
|
|
|
|
};
|