Use BackgroundTasks

This commit is contained in:
Peter
2019-10-20 19:33:39 +04:00
parent 2a94ab2b41
commit 75aa77faa8
12 changed files with 362 additions and 32 deletions

View File

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