mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
git-subtree-dir: submodules/HockeySDK-iOS git-subtree-mainline:085acd26c4git-subtree-split:c7d0c70263
9 lines
136 B
Objective-C
9 lines
136 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
|
|
@interface BITTelemetryObject : NSObject <NSCoding>
|
|
|
|
- (NSDictionary *)serializeToDictionary;
|
|
|
|
@end
|