14 lines
207 B
Objective-C
14 lines
207 B
Objective-C
//
|
|
// TaskHeadViewCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 17/3/9.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface TaskHeadViewCell : UITableViewCell
|
|
|
|
@end
|