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