Fix macOS Demo applicationDidFinishLaunching not called

This commit is contained in:
DreamPiggy
2023-02-12 02:58:13 +08:00
parent a47bc00770
commit 8bd4e72c33
6 changed files with 47 additions and 4 deletions
@@ -0,0 +1,13 @@
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "WindowController.h"
@implementation WindowController
@end