#import /// Enum class for type SessionState. typedef NS_ENUM(NSInteger, BITSessionState) { BITSessionState_start = 0, BITSessionState_end = 1, };