Swiftgram/Classes/BITSessionState.h
2015-08-31 19:32:37 -07:00

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,
};