Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// MineDengJi.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 17/3/2.
|
||||
// Copyright © 2017年 lianlian. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface MineDengJi : NSObject
|
||||
@property(nonatomic,copy) NSString *levelCode;
|
||||
@property(nonatomic,copy) NSString *levelName;
|
||||
@property(nonatomic,copy) NSString *minValue;
|
||||
@property(nonatomic,copy) NSString *maxValue;
|
||||
@property(nonatomic,copy) NSString *remark;
|
||||
- (instancetype)initWithDictionary:(NSDictionary *)dictionary;
|
||||
@end
|
||||
Reference in New Issue
Block a user