mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-19 02:36:29 +00:00
9 lines
136 B
Objective-C
9 lines
136 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
|
|
@interface BITTelemetryObject : NSObject <NSCoding>
|
|
|
|
- (NSDictionary *)serializeToDictionary;
|
|
|
|
@end
|