15 lines
286 B
Objective-C
15 lines
286 B
Objective-C
//
|
|
// KanHuWorkHeaderViewCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/8/24.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface KanHuWorkHeaderViewCell : UITableViewCell
|
|
@property (weak, nonatomic) IBOutlet UIView *listCellHeadBack;
|
|
|
|
@end
|