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