// // RankDetailHeaderView.h // redstar // // Created by admin on 15/11/12. // Copyright © 2015年 ZWF. All rights reserved. // #import <UIKit/UIKit.h> #import "RankDetailView.h" #import "TaskDetailModel.h" @interface RankDetailHeaderView : UIView @property (nonatomic, strong) RankDetailView *rankDetailView; @property (nonatomic, strong) UILabel *shopNameLabel; @property (nonatomic, strong) UIButton *historyBtn; // 历史成绩 @property (nonatomic, strong) UILabel *titleLabel; @property (nonatomic, strong) UIButton *showAllBtn; // 展开全部 @property (nonatomic, strong) TaskDetailModel *taskDetail; @end