HomeFunctionCell.h 665 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 19 20
//
//  HomeFunctionCell.h
//  redstar
//
//  Created by admin on 15/10/26.
//  Copyright © 2015年 ZWF. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface HomeFunctionCell : UITableViewCell

@property (nonatomic, strong) UIButton *onLineSamplingBtn;  // 在线抽查按钮
@property (nonatomic, strong) UIButton *wordOfMouthBtn;  // 口碑按钮
@property (nonatomic, strong) UIButton *standardBtn;  // 口碑标准按钮
@property (nonatomic, strong) UIButton *pictureBtn;  // 图说口碑按钮
@property (nonatomic, strong) UIButton *questionBtn;  // 问题与知识按钮
@property (nonatomic, strong) UIButton *caseBtn;  // 优秀案例按钮

@end