NEMeetingKit
V4.24.0
载入中...
搜索中...
未找到
NEMeetingKit
ExportHeaders
NEContact.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
7
NS_ASSUME_NONNULL_BEGIN
8
12
@interface
NEContact
: NSObject
16
@property
(nonatomic, copy) NSString *
userUuid
;
20
@property
(nonatomic, copy) NSString *
name
;
24
@property
(nonatomic, copy) NSString *
avatar
;
28
@property
(nonatomic, copy) NSString *
dept
;
32
@property
(nonatomic, copy) NSString *
phoneNumber
;
33
34
@end
35
39
@interface
NEContactsInfoResult
: NSObject
43
@property
(nonatomic, strong) NSArray<NEContact *> *
foundList
;
47
@property
(nonatomic, strong) NSArray<NSString *> *
notFoundList
;
48
49
@end
50
51
NS_ASSUME_NONNULL_END
NEContact
定义
NEContact.h:13
NEContact::avatar
NSString * avatar
定义
NEContact.h:24
NEContact::phoneNumber
NSString * phoneNumber
定义
NEContact.h:32
NEContact::name
NSString * name
定义
NEContact.h:20
NEContact::userUuid
NSString * userUuid
定义
NEContact.h:16
NEContact::dept
NSString * dept
定义
NEContact.h:28
NEContactsInfoResult
定义
NEContact.h:40
NEContactsInfoResult::foundList
NSArray< NEContact * > * foundList
定义
NEContact.h:43
NEContactsInfoResult::notFoundList
NSArray< NSString * > * notFoundList
定义
NEContact.h:47
制作者
1.16.1