ifish/Ifish/models/ifishUserModel/setModel.h

15 lines
276 B
Objective-C

//
// setModel.h
// Ifish
//
// Created by imac on 15/9/28.
// Copyright © 2015年 imac. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface setModel : NSObject
@property(nonatomic,copy)NSString*title;
@property(nonatomic,copy)NSString*setDetail;
@end