//
//  SelectTextCell.h
//  smartRhino
//
//  Created by tederen on 2019/11/2.
//  Copyright © 2019 tederen. All rights reserved.
//

#import "TDTableViewCell.h"

NS_ASSUME_NONNULL_BEGIN

@interface SelectTextCell : TDTableViewCell
@property (weak, nonatomic) IBOutlet UILabel *nameLab;
@property (weak, nonatomic) IBOutlet UIImageView *haveImageView;
@property (weak, nonatomic) IBOutlet TDButton *selectButton;
@property (weak, nonatomic) IBOutlet UIView *bottomLineView;

@end

NS_ASSUME_NONNULL_END