MKRAppDelegate.h 283 B

123456789101112131415
  1. //
  2. // MKRAppDelegate.h
  3. // MKRRadioManager
  4. //
  5. // Created by yyqxiaoyin on 04/15/2019.
  6. // Copyright (c) 2019 yyqxiaoyin. All rights reserved.
  7. //
  8. @import UIKit;
  9. @interface MKRAppDelegate : UIResponder <UIApplicationDelegate>
  10. @property (strong, nonatomic) UIWindow *window;
  11. @end