| 1234567891011121314151617 |
- //
- // HomeHubWifiSearchFailViewController.h
- // OneCable
- //
- // Created by nComz on 2017. 5. 11..
- // Copyright © 2017년 ntels. All rights reserved.
- //
- #import "JDViewController.h"
- @interface HomeHubWifiSearchFailViewController : JDViewController
- @property (weak, nonatomic) IBOutlet CustomButton *btnAgainSearch; // Wi-Fi 재 검색 버튼
- @property (weak, nonatomic) IBOutlet CustomButton *btnBack; // 뒤로 버튼
- @end
|