2025-10-09 16:48:46 +08:00

17 lines
350 B
Objective-C

// Copyright (c) 2022 NetEase, Inc. All rights reserved.
// Use of this source code is governed by a MIT license that can be
// found in the LICENSE file.
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface NECallConnectedInfo : NSObject
/// 用户accId
@property(nonatomic, strong) NSString *accId;
@end
NS_ASSUME_NONNULL_END