NERtcCallKit for iOS V3.1.0
载入中...
搜索中...
未找到
NEUserInfo.h
浏览该文件的文档.
1// Copyright (c) 2022 NetEase, Inc. All rights reserved.
2// Use of this source code is governed by a MIT license that can be
3// found in the LICENSE file.
4
5#import <Foundation/Foundation.h>
6
7NS_ASSUME_NONNULL_BEGIN
8
9@interface NEUserInfo : NSObject
10
12@property(nonatomic, strong) NSString *accId;
13
15@property(nonatomic, assign) UInt64 uid;
16
17@end
18
19NS_ASSUME_NONNULL_END
定义 NEUserInfo.h:10
UInt64 uid
用户rtc uid
定义 NEUserInfo.h:15
NSString * accId
用户 accid
定义 NEUserInfo.h:12