《省钱达人》与《猎豆优选》UI相同版。域名tbk

DRSuperChildListVC.m 704B

123456789101112131415161718192021222324252627282930313233
  1. //
  2. // DRSuperChildListVC.m
  3. // YouHuiProject
  4. //
  5. // Created by liuxueli on 2018/12/10.
  6. // Copyright © 2018 kuxuan. All rights reserved.
  7. //
  8. #import "DRSuperChildListVC.h"
  9. @interface DRSuperChildListVC ()
  10. @end
  11. @implementation DRSuperChildListVC
  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