Build MtProtoKit

This commit is contained in:
Ali
2020-02-20 01:37:54 +04:00
parent 9e46520b5f
commit a7ff727533
196 changed files with 323 additions and 563 deletions

View File

@@ -0,0 +1,8 @@
#import <Foundation/Foundation.h>
@interface MTInternalMessageParser : NSObject
+ (id)parseMessage:(NSData *)data;
+ (id)unwrapMessage:(NSData *)data;
@end