bonus-material-app/nativeplugins/Mpaas-Scan/ios/APRemoteLogging.framework/Headers/MPLogCryptDelegate.h

28 lines
418 B
C
Raw Normal View History

2024-12-20 09:23:59 +08:00
//
// MPLogCryptDelegate.h
// APRemoteLogging
//
// Created by kuoxuan on 2020/7/16.
// Copyright © 2020 Alipay. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol MPLogCryptDelegate <NSObject>
/**
*/
- (NSString *)logEnCrypt:(NSString *)input;
/**
*/
- (NSString *)logDeCrypt:(NSString *)input;
@end
NS_ASSUME_NONNULL_END