NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatResendSystemNotificationParam.h
浏览该文件的文档.
1//
2// NIMQChatSendSystemNotificationParam.h
3// NIMSDK
4//
5// Created by Netease.
6// Copyright © 2022 Netease. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
11
12NS_ASSUME_NONNULL_BEGIN
13
14/**
15 * 发送自定义系统通知的参数
16 */
18@property (nonnull, nonatomic, copy) NIMQChatSystemNotification *systemNotification;
19@end
20
21NS_ASSUME_NONNULL_END
Definition: NIMQChatResendSystemNotificationParam.h:18
NIMQChatSystemNotification * systemNotification
Definition: NIMQChatResendSystemNotificationParam.h:18
Definition: NIMQChatSystemNotification.h:27