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