// // PictureTextTableCell.h // redstar // // Created by admin on 15/12/11. // Copyright © 2015年 ZWF. All rights reserved. // #import @interface PictureTextTableCell : UITableViewCell @property (nonatomic, strong) UIImageView *bigImageView; @property (nonatomic, strong) UILabel *descriptionLabel; @end