PKUser.h 293 B

1234567891011121314
  1. //
  2. // PKUser.h
  3. // BuguLive
  4. //
  5. // Created by 志刚杨 on 2018/7/18.
  6. // Copyright © 2018年 xfg. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface PKUser : NSObject
  10. @property(nonatomic, strong) NSString *user_id;
  11. @property(nonatomic, strong) NSString *nick_name;
  12. @end