TapUserDetails Class Reference

Inherits from NSObject
Declared in TapUserDetails.h

  userId

@property (nonatomic, copy) NSString *userId

  name

@property (nonatomic, copy, nullable) NSString *name

  avatar

@property (nonatomic, copy, nullable) NSString *avatar

  isGuest

@property (nonatomic, assign) BOOL isGuest

  gender

@property (nonatomic, assign) long gender

  userCenterEntry

@property (nonatomic, strong) TapUserCenterEntry *userCenterEntry

– toJsonString

- (NSString *)toJsonString