12345678910111213141516171819202122232425262728293031 |
- //
- // LENZViewController.m
- // LenzCameraNativeModuleForRN
- //
- // Created by 76930516@qq.com on 01/31/2023.
- // Copyright (c) 2023 76930516@qq.com. All rights reserved.
- //
- #import "LENZViewController.h"
- //#import <LenzCameraNativeModuleForRN/>
- @interface LENZViewController ()
- @end
- @implementation LENZViewController
- - (void)viewDidLoad
- {
- [super viewDidLoad];
- // Do any additional setup after loading the view, typically from a nib.
-
- }
- - (void)didReceiveMemoryWarning
- {
- [super didReceiveMemoryWarning];
- // Dispose of any resources that can be recreated.
- }
- @end
|