mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-06 04:32:06 +00:00
8 lines
123 B
Objective-C
8 lines
123 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface MTInternalMessageParser : NSObject
|
|
|
|
+ (id)parseMessage:(NSData *)data;
|
|
|
|
@end
|