- //
- // MKRAppDelegate.h
- // MKRRadioManager
- //
- // Created by yyqxiaoyin on 04/15/2019.
- // Copyright (c) 2019 yyqxiaoyin. All rights reserved.
- //
- @import UIKit;
- @interface MKRAppDelegate : UIResponder <UIApplicationDelegate>
- @property (strong, nonatomic) UIWindow *window;
- @end
|