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>
10#import "NIMGlobalDefs.h"
12
13NS_ASSUME_NONNULL_BEGIN
14
15/**
16 * 发送自定义系统通知的参数
17 */
19@property (nonnull, nonatomic, copy) NIMQChatSystemNotification *systemNotification;
20@end
21
22NS_ASSUME_NONNULL_END
Definition: NIMQChatResendSystemNotificationParam.h:19
NIMQChatSystemNotification * systemNotification
Definition: NIMQChatResendSystemNotificationParam.h:19
Definition: NIMQChatSystemNotification.h:27