Update API

This commit is contained in:
Ali
2021-03-26 18:46:30 +04:00
parent e23e2ef156
commit ec1620a1c6
5 changed files with 26 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
@implementation Serialization
- (NSUInteger)currentLayer {
return 127;
return 128;
}
- (id _Nullable)parseMessage:(NSData * _Nullable)data {