12345678910111213141516 |
- //
- // KBChildCategoryModel.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/19.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface KBChildCategoryModel : NSObject
- @property (nonatomic, strong) NSString *Id;
- @property (nonatomic, strong) NSString *name;
- @property (nonatomic, strong) NSString *img;
- @end
|