// // LeftTableViewCell.h // BuWanVideo2.0 // // Created by xyrzx on 16/7/31. // Copyright © 2016年 com.yeshi.buwansheque.ios. All rights reserved. // #import @interface LeftTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *Line; @property (weak, nonatomic) IBOutlet UIImageView *Icon; @property (weak, nonatomic) IBOutlet UILabel *titleText; @end