|
|
@@ -8,8 +8,10 @@
|
|
|
|
|
|
#import "JDViewController.h"
|
|
|
|
|
|
+@class KNTableViewCell;
|
|
|
@interface HomeHubWifiSearchSuccessViewController : JDViewController
|
|
|
|
|
|
+@property (weak, nonatomic) IBOutlet CustomTableView *tableView;
|
|
|
@property (weak, nonatomic) IBOutlet CustomButton *btnCancel; // 취소 버튼
|
|
|
@property (weak, nonatomic) IBOutlet CustomButton *btnNext; // 다음 버튼
|
|
|
|