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