HomeHubWifiSearchViewController.h 545 B

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