19 lines
298 B
Objective-C
19 lines
298 B
Objective-C
//
|
|
// TDRSAEncryptorPlugin.h
|
|
// ThinkingSDK
|
|
//
|
|
// Created by wwango on 2022/1/21.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "TDEncryptProtocol.h"
|
|
#import "TDRSAEncryptor.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface TDRSAEncryptorPlugin : NSObject <TDEncryptProtocol>
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|