// // CdescriptTableViewCell.h // BuguLive // // Created by GuoMs on 16/8/8. // Copyright © 2016年 xfg. All rights reserved. // #import @interface CdescriptTableViewCell : UITableViewCell @property (strong, nonatomic) IBOutlet UITextView *desTextView; @property (strong, nonatomic) IBOutlet UILabel *shopCdescriptLable; @end