RankDetailViewController.h 524 Bytes
Newer Older
admin's avatar
admin committed
1 2 3 4 5 6 7 8 9 10 11
//
//  RankDetailViewController.h
//  redstar
//
//  Created by admin on 15/10/29.
//  Copyright © 2015年 ZWF. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface RankDetailViewController : UIViewController
12
@property (nonatomic, assign) NSInteger indexRow;
admin's avatar
admin committed
13 14
@property (nonatomic, copy) NSString *uuid;
@property (nonatomic, copy) NSString *store_uuid;
admin's avatar
admin committed
15 16
@property (nonatomic, copy) NSString *commentId;

17 18
@property (nonatomic, copy) NSString *storeAddress;
@property (nonatomic, strong) NSArray *storePictures;
19

admin's avatar
admin committed
20
@end