口袋优选

KBSignInRollingUser.h 365B

12345678910111213141516171819
  1. //
  2. // KBSignInRollingUser.h
  3. // YouHuiProject
  4. //
  5. // Created by jcymac on 2018/10/15.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface KBSignInRollingUser : NSObject
  11. @property (nonatomic, strong) NSString* img;
  12. @property (nonatomic, strong) NSString* res;
  13. @end
  14. NS_ASSUME_NONNULL_END