HomeHubSearchFailViewController.h 428 B

123456789101112131415161718
  1. //
  2. // HomeHubSearchFailViewController.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. @interface HomeHubSearchFailViewController : JDViewController
  10. @property (weak, nonatomic) IBOutlet CustomButton *btnAgainSearch; // 홈허브 재검색 버튼
  11. @property (weak, nonatomic) IBOutlet CustomButton *btnBack; // 뒤로 버튼
  12. @end