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