123456789101112131415161718 |
- //
- // KXSelectTableViewCell.h
- // QBCS
- //
- // Created by kuxuan on 2017/6/9.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface KXSelectTableViewCell : UITableViewCell
- @property (nonatomic,copy)NSString *detailStr;
- @property (nonatomic,assign) BOOL isSelect;
- @end
|