FunctionViewController.h 770 Bytes
Newer Older
admin's avatar
admin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
//
//  FunctionViewController.h
//  redstar
//
//  Created by admin on 15/11/30.
//  Copyright © 2015年 ZWF. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "FuncItem.h"

@interface FunctionViewController : UIViewController
@property (nonatomic, strong) FuncItem *onLineSamplingBtn;  // 在线抽查按钮
@property (nonatomic, strong) FuncItem *wordOfMouthBtn;  // 口碑按钮
@property (nonatomic, strong) FuncItem *standardBtn;  // 口碑标准按钮
@property (nonatomic, strong) FuncItem *pictureBtn;  // 图说口碑按钮
@property (nonatomic, strong) FuncItem *questionBtn;  // 问题与知识按钮
@property (nonatomic, strong) FuncItem *rankBtn;  // 口碑排名按钮
admin's avatar
admin committed
19 20
@property (nonatomic, strong) FuncItem *spotBtn;  // 口碑排名按钮

admin's avatar
admin committed
21
@end