// // SReportViewCell.h // BuguLive // // Created by 丁凯 on 2017/9/1. // Copyright © 2017年 xfg. All rights reserved. // #import @interface SReportViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *leftNameLabel; @property (weak, nonatomic) IBOutlet UIImageView *selectImgView; @end