KWMSearchFeedbackVC.h 465 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
//
//  KWMSearchFeedback.h
//  iCemarose
//
//  Created by 陈荣科 on 16/9/1.
//  Copyright © 2016年 kollway. All rights reserved.
//

#import "KWMBasePageVC.h"

//搜索结果页
@interface KWMSearchFeedbackVC : KWMBasePageVC

@property (weak, nonatomic) IBOutlet UITableView *tbvSearch;

@property (weak, nonatomic) IBOutlet UIView *vNoGoods;

@property (weak, nonatomic) IBOutlet UIView *vBackground;

@property (nonatomic,strong) NSString *searchText;
@end