Add debugging

This commit is contained in:
Ali
2021-06-28 22:06:25 +04:00
parent a23971c0ef
commit c4d10d07fe
5 changed files with 25 additions and 6 deletions

View File

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