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