// // KBSignInRollingUser.h // YouHuiProject // // Created by jcymac on 2018/10/15. // Copyright © 2018年 kuxuan. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface KBSignInRollingUser : NSObject @property (nonatomic, strong) NSString* img; @property (nonatomic, strong) NSString* res; @end NS_ASSUME_NONNULL_END