//
//  RankDetailViewController.h
//  redstar
//
//  Created by admin on 15/10/29.
//  Copyright © 2015年 ZWF. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface RankDetailViewController : UIViewController
@property (nonatomic, assign) NSInteger indexRow;
@property (nonatomic, copy) NSString *uuid;
@property (nonatomic, copy) NSString *store_uuid;
@property (nonatomic, copy) NSString *storeAddress;
@property (nonatomic, strong) NSArray *storePictures;

@end