猎豆优选

LDSuperChildListVC.m 704B

123456789101112131415161718192021222324252627282930313233
  1. //
  2. // LDSuperChildListVC.m
  3. // YouHuiProject
  4. //
  5. // Created by liuxueli on 2018/12/10.
  6. // Copyright © 2018 kuxuan. All rights reserved.
  7. //
  8. #import "LDSuperChildListVC.h"
  9. @interface LDSuperChildListVC ()
  10. @end
  11. @implementation LDSuperChildListVC
  12. - (void)viewDidLoad {
  13. [super viewDidLoad];
  14. self.view.backgroundColor=[UIColor clearColor];
  15. }
  16. /*
  17. #pragma mark - Navigation
  18. // In a storyboard-based application, you will often want to do a little preparation before navigation
  19. - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
  20. // Get the new view controller using [segue destinationViewController].
  21. // Pass the selected object to the new view controller.
  22. }
  23. */
  24. @end