// // OnLineCompleteCell.h // redstar // // Created by admin on 15/11/30. // Copyright © 2015年 ZWF. All rights reserved. // #import @interface OnLineCompleteCell : UITableViewCell @property (nonatomic, strong) UIImageView *iconImageView; @property (nonatomic, strong) UILabel *shopName; @property (nonatomic, assign) int starNumber; @property (nonatomic, strong) UILabel *reportTime; @end