| 12345678910111213141516 |
- //
- // HomeHubUpdateGuideViewController.h
- // OneCable
- //
- // Created by nComz on 2017. 5. 11..
- // Copyright © 2017년 ntels. All rights reserved.
- //
- #import "JDViewController.h"
- @interface HomeHubUpdateGuideViewController : JDViewController
- @property (weak, nonatomic) IBOutlet CustomButton *btnCancel; // 취소 버튼
- @property (weak, nonatomic) IBOutlet CustomButton *btnConfirm; // 확인 버튼
- @end
|