mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-08 05:55:13 +00:00
git-subtree-dir: submodules/HockeySDK-iOS git-subtree-mainline:085acd26c4git-subtree-split:c7d0c70263
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
|