LXMAppDelegate.h 293 B

123456789101112131415
  1. //
  2. // LXMAppDelegate.h
  3. // LXMPlayer
  4. //
  5. // Created by billthas@gmail.com on 08/28/2018.
  6. // Copyright (c) 2018 billthas@gmail.com. All rights reserved.
  7. //
  8. @import UIKit;
  9. @interface LXMAppDelegate : UIResponder <UIApplicationDelegate>
  10. @property (strong, nonatomic) UIWindow *window;
  11. @end