mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 05:02:54 +00:00
git-subtree-dir: submodules/HockeySDK-iOS git-subtree-mainline:085acd26c4git-subtree-split:c7d0c70263
13 lines
326 B
Objective-C
Executable File
13 lines
326 B
Objective-C
Executable File
#import "BITTelemetryObject.h"
|
|
|
|
@interface BITApplication : BITTelemetryObject <NSCoding>
|
|
|
|
@property (nonatomic, copy) NSString *version;
|
|
@property (nonatomic, copy) NSString *build;
|
|
@property (nonatomic, copy) NSString *typeId;
|
|
|
|
- (instancetype)initWithCoder:(NSCoder *)coder;
|
|
- (void)encodeWithCoder:(NSCoder *)coder;
|
|
|
|
@end
|