ifish/Ifish/controllers/IfishTabControllers/我的/mineModes/LeftCellmodel.h

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