12345678910111213141516171819202122232425 |
- //
- // NIMEncryptionConfigValidator.h
- // NIMSDK
- //
- // Created by Netease on 2019/8/28.
- // Copyright © 2019 Netease. All rights reserved.
- //
- #import "NIMValidator.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface NIMEncryptionConfigValidator : NIMValidator
- @end
- @interface NIMRSAOptionValidator : NIMValidator
- @end
- @interface NIMSM2OptionValidator : NIMValidator
- @end
- NS_ASSUME_NONNULL_END
|