2025-10-09 16:48:46 +08:00

22 lines
414 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.

//
// V2NIMAntispamConfig.h
// NIMLib
//
// Created by Netease.
// Copyright (c) 2023 Netease. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
/// 反垃圾配置
@interface V2NIMAntispamConfig : NSObject
/// 指定易盾业务ID而不使用云信后台配置的安全通
@property(nonatomic,strong,readwrite) NSString *antispamBusinessId;
@end
NS_ASSUME_NONNULL_END