Fix layer

This commit is contained in:
Ali 2020-08-13 16:33:59 +02:00
parent c58b4d65d1
commit 5187e85b58

View File

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