InspectDetailHeaderView.h 440 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
//
//  InspectDetailHeaderView.h
//  redstar
//
//  Created by admin on 15/11/12.
//  Copyright © 2015年 ZWF. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "InspectDetailView.h"
11
#import "TaskDetailModel.h"
12 13

@interface InspectDetailHeaderView : UIView
14
@property (nonatomic, strong) UILabel *titleLabel;
15
@property (nonatomic,strong) InspectDetailView *detailView;
16 17

@property (nonatomic, strong) TaskDetailModel *taskDetail;
18
@end