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