mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-18 22:40:04 +00:00
Fix analysis warning
This commit is contained in:
@@ -14,7 +14,8 @@
|
|||||||
|
|
||||||
@implementation TemporaryHost
|
@implementation TemporaryHost
|
||||||
|
|
||||||
- (id) init {
|
- (id) init {
|
||||||
|
self = [super init];
|
||||||
self.appList = [[NSMutableSet alloc] init];
|
self.appList = [[NSMutableSet alloc] init];
|
||||||
|
|
||||||
return self;
|
return self;
|
||||||
|
|||||||
Reference in New Issue
Block a user