SearchHistoryTableViewCell.h 384 Bytes
//
//  SearchHistoryTableViewCell.h
//  ChineseBonStu
//
//  Created by huayu on 16/3/23.
//  Copyright © 2016年 huayu. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface SearchHistoryTableViewCell : UITableViewCell
@property(strong, nonatomic) UILabel *titleLabel;
@property(strong, nonatomic) UIButton *closeBtn;
@property(strong, nonatomic) UIImageView *darkLine;
@end