mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-27 10:32:37 +00:00
11 lines
293 B
Objective-C
Executable File
11 lines
293 B
Objective-C
Executable File
#import "BITDomain.h"
|
|
#import "BITSessionState.h"
|
|
|
|
@interface BITSessionStateData : BITDomain <NSCoding>
|
|
|
|
@property (nonatomic, copy, readonly) NSString *envelopeTypeName;
|
|
@property (nonatomic, copy, readonly) NSString *dataTypeName;
|
|
@property (nonatomic, assign) BITSessionState state;
|
|
|
|
@end
|