mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-08 21:49:41 +00:00
10 lines
234 B
Objective-C
10 lines
234 B
Objective-C
#import "BITTelemetryObject.h"
|
|
|
|
@interface BITSession : BITTelemetryObject <NSCoding>
|
|
|
|
@property (nonatomic, copy) NSString *sessionId;
|
|
@property (nonatomic, copy) NSString *isFirst;
|
|
@property (nonatomic, copy) NSString *isNew;
|
|
|
|
@end
|