NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatLoginResult.h
浏览该文件的文档.
1//
2// NIMQChatLoginResult.h
3// NIMSDK
4//
5// Created by Netease.
6// Copyright © 2022 Netease. All rights reserved.
7//
8
9
10#import <Foundation/Foundation.h>
11
12NS_ASSUME_NONNULL_BEGIN
13
14/**
15 * 进入圈组的回调类型
16 */
17@interface NIMQChatLoginResult : NSObject
18
19@end
20
21
22NS_ASSUME_NONNULL_END
Definition: NIMQChatLoginResult.h:18