NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatReceiveSystemNotificationResult.h
浏览该文件的文档.
1//
2// NIMQChatReceiveSystemNotificationResult.h
3// NIMSDK
4//
5// Created by Netease.
6// Copyright © 2022 Netease. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
13/**
14 * 圈组系统消息接收事件的回调类型
15 */
17
18@property (nullable, nonatomic, copy) NSArray<NIMQChatSystemNotification *> *systemNotifications;
19
20@end
21
22NS_ASSUME_NONNULL_END
Definition: NIMQChatReceiveSystemNotificationResult.h:17
NSArray< NIMQChatSystemNotification * > * systemNotifications
Definition: NIMQChatReceiveSystemNotificationResult.h:18
Definition: NIMQChatSystemNotification.h:27