- //
- // LENZAppDelegate.h
- // LenzCameraNativeModuleForRN
- //
- // Created by 76930516@qq.com on 01/31/2023.
- // Copyright (c) 2023 76930516@qq.com. All rights reserved.
- //
- @import UIKit;
- @interface LENZAppDelegate : UIResponder <UIApplicationDelegate>
- @property (strong, nonatomic) UIWindow *window;
- @end
|