9#import <Foundation/Foundation.h>
16@property(nullable, nonatomic, copy, readonly) NSString *
os;
23@property(nonatomic, assign, readonly) NSInteger
clientType;
28@property(nonatomic, assign, readonly) NSTimeInterval
loginTime;
33@property(nullable, nonatomic, copy, readonly) NSString *
clientIp;
38@property(nullable, nonatomic, copy, readonly) NSString *
clientPort;
43@property(nullable, nonatomic, copy, readonly) NSString *
deviceId;
48@property(nullable, nonatomic, copy, readonly) NSString *
customTag;
Definition: NIMQChatClient.h:13
NSString * clientIp
Definition: NIMQChatClient.h:33
NSString * clientPort
Definition: NIMQChatClient.h:38
NSTimeInterval loginTime
Definition: NIMQChatClient.h:28
NSString * deviceId
Definition: NIMQChatClient.h:43
NSInteger customClientType
Definition: NIMQChatClient.h:53
NSInteger clientType
Definition: NIMQChatClient.h:23
NSString * customTag
Definition: NIMQChatClient.h:48
NSString * os
Definition: NIMQChatClient.h:16