15 lines
286 B
Objective-C
15 lines
286 B
Objective-C
//
|
|
// LeftCellmodel.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 15/10/7.
|
|
// Copyright © 2015年 imac. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface LeftCellmodel : NSObject
|
|
@property(nonatomic,copy)NSString*headig;
|
|
@property(nonatomic,copy)NSString*funTitle;
|
|
@end
|