LENZViewController.m 586 B

12345678910111213141516171819202122232425262728293031
  1. //
  2. // LENZViewController.m
  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 "LENZViewController.h"
  9. //#import <LenzCameraNativeModuleForRN/>
  10. @interface LENZViewController ()
  11. @end
  12. @implementation LENZViewController
  13. - (void)viewDidLoad
  14. {
  15. [super viewDidLoad];
  16. // Do any additional setup after loading the view, typically from a nib.
  17. }
  18. - (void)didReceiveMemoryWarning
  19. {
  20. [super didReceiveMemoryWarning];
  21. // Dispose of any resources that can be recreated.
  22. }
  23. @end