ThingsDelValveStartViewController.m 564 B

12345678910111213141516171819202122232425262728293031323334
  1. //
  2. // ThingsDelValveStartViewController.m
  3. // OneCable
  4. //
  5. // Created by nComz on 2017. 3. 23..
  6. // Copyright © 2017년 ntels. All rights reserved.
  7. //
  8. #import "ThingsDelValveStartViewController.h"
  9. #import "CustomLabel.h"
  10. #import "CustomButton.h"
  11. #import "CustomImageView.h"
  12. @interface ThingsDelValveStartViewController ()
  13. @end
  14. @implementation ThingsDelValveStartViewController
  15. - (void)viewDidLoad {
  16. [super viewDidLoad];
  17. }
  18. - (void)didReceiveMemoryWarning {
  19. [super didReceiveMemoryWarning];
  20. }
  21. - (IBAction)btnCancelTouched:(id)sender {
  22. }
  23. @end