// // ThingsDelPlugViewController.m // OneCable // // Created by nComz on 2017. 3. 21.. // Copyright © 2017년 ntels. All rights reserved. // #import "ThingsDelPlugViewController.h" #import "CustomLabel.h" #import "CustomButton.h" #import "CustomImageView.h" // 오프라인 장치 강제 삭제 @interface ThingsDelPlugViewController () @end @implementation ThingsDelPlugViewController // 가스 밸브 타이틀 : 가스 밸브 삭제 // 가스 밸브 삭제 코멘트 : 동일 // 가스 밸브 이미지명 : img_things_product_addimg_01_smartgasvalve // 도어센서 타이틀 : 도어 센서 삭제 // 도어센서 삭제 코멘트 : 동일 // 도어센서 이미지 명 : img_things_product_addimg_02_mutisensor_door // 스마트플러그 타이틀 : 스마트 플러그 삭제 // 스마트플러그 삭제 코멘트 : 동일 // 스마트플러그 이미지 명 : img_things_product_addimg_03_smartplug - (void)viewDidLoad { [super viewDidLoad]; } - (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; } - (IBAction)btnCancelTouched:(id)sender { } - (IBAction)btnStartTouched:(id)sender { } @end