mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 11:50:56 +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
|