// // OnLineResultViewController.h // redstar // // Created by admin on 15/12/9. // Copyright © 2015年 ZWF. All rights reserved. // #import <UIKit/UIKit.h>
@class StoreDetailModel;
@interface OnLineResultViewController : UIViewController
@property (nonatomic, strong) StoreDetailModel *storeDetail; @property (nonatomic, strong) NSString *checkUuid;
@end