Bump version, restore API

This commit is contained in:
Ali
2021-03-28 23:14:41 +04:00
parent 7ab9412313
commit 4b4df4326f
6 changed files with 21 additions and 27 deletions

View File

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