TapUser Class Reference

Inherits from NSObject
Declared in TapUser.h

  userId

@property (nonatomic, copy) NSString *userId

  name

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

  avatar

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

  taptapUserId

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

  isGuest

@property (nonatomic, assign) BOOL isGuest

  gender

@property (nonatomic, assign) long gender

– initWithJsonString:

- (instancetype)initWithJsonString:(NSString *)json

– toJsonString

- (NSString *)toJsonString