// // OnLineCompleteHeadView.h // redstar // // Created by admin on 15/11/29. // Copyright © 2015年 ZWF. All rights reserved. // #import @interface OnLineCompleteHeadView : UIView @property (nonatomic, strong) UILabel *titleLabel; @property (nonatomic, strong) UILabel *startDateLabel; // 商店名称 @property (nonatomic, strong) UILabel *overDateLabel; // 截止时间 @property (nonatomic, strong) UILabel *taskContentLabel; // 发起人 @property (nonatomic, strong) UIButton *unfoldBtn; // 发起人 @property (nonatomic, strong) UIImageView *arrowImageView; // 发起人 @end