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