| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- //
- // 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
|