mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-22 12:08:55 +00:00
10 lines
169 B
Objective-C
10 lines
169 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
|
|
@interface BITTelemetryObject : NSObject <NSCoding>
|
|
|
|
- (NSDictionary *)serializeToDictionary;
|
|
- (NSString *)serializeToString;
|
|
|
|
@end
|