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