uniapp-app/nativeplugins/netease-Callkit/ios/NIMSDK.framework/Headers/NIMSessionDeleteAllRemoteMessagesOptions.h
2025-10-09 16:48:46 +08:00

28 lines
499 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// NIMSessionDeleteAllRemoteMessagesOptions.h
// NIMLib
//
// Created by Wenchao Ding on 2020/8/25.
// Copyright © 2020 Netease. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface NIMSessionDeleteAllRemoteMessagesOptions : NSObject
/**
* 是否同时清空其他登录设备默认为NO
*/
@property (nonatomic,assign) BOOL removeOtherClients;
/**
* 扩展字段
*/
@property (nonatomic,copy) NSString *ext;
@end
NS_ASSUME_NONNULL_END