// // ThingsDelValveStartViewController.m // OneCable // // Created by nComz on 2017. 3. 23.. // Copyright © 2017년 ntels. All rights reserved. // #import "ThingsDelValveStartViewController.h" #import "CustomLabel.h" #import "CustomButton.h" #import "CustomImageView.h" @interface ThingsDelValveStartViewController () @end @implementation ThingsDelValveStartViewController - (void)viewDidLoad { [super viewDidLoad]; } - (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; } - (IBAction)btnCancelTouched:(id)sender { } @end