| 1234567891011121314151617 |
- //
- // HomeHubWifiSearchViewController.h
- // OneCable
- //
- // Created by nComz on 2017. 5. 11..
- // Copyright © 2017년 ntels. All rights reserved.
- //
- #import "JDViewController.h"
- @interface HomeHubWifiSearchViewController : JDViewController
- @property (weak, nonatomic) IBOutlet CustomImageView *imgvLoading; // 로딩 이미지
- @property (weak, nonatomic) IBOutlet CustomLabel *lblTimer; // 타이머
- @property (weak, nonatomic) IBOutlet CustomButton *btnCancel; // 취소 버튼
- @end
|