// // DisCoverTableViewCell.h // BuWanVideo2.0 // // Created by apple on 2018/5/4. // Copyright © 2018年 com.yeshi.buwansheque.ios. All rights reserved. // #import @interface DisCoverTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *pic; @property (weak, nonatomic) IBOutlet UILabel *nameLabel; @end