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