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