Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// IfishTaskModel.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 17/3/9.
|
||||
// Copyright © 2017年 lianlian. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface IfishTaskModel : NSObject
|
||||
|
||||
@property (nonatomic,copy) NSString *addType;
|
||||
@property (nonatomic,copy) NSString *ruleType;
|
||||
@property (nonatomic) BOOL isDone;
|
||||
@property (nonatomic) NSInteger addGoldValue;
|
||||
-(instancetype)initWithDict:(NSDictionary *)dict;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user