LENZAppDelegate.h 307 B

123456789101112131415
  1. //
  2. // LENZAppDelegate.h
  3. // LenzCameraNativeModuleForRN
  4. //
  5. // Created by 76930516@qq.com on 01/31/2023.
  6. // Copyright (c) 2023 76930516@qq.com. All rights reserved.
  7. //
  8. @import UIKit;
  9. @interface LENZAppDelegate : UIResponder <UIApplicationDelegate>
  10. @property (strong, nonatomic) UIWindow *window;
  11. @end