bonus-material-app/nativeplugins/Mpaas-Scan/ios/mPaas.framework/Headers/EBCManager+MPaaS.h

24 lines
393 B
C
Raw Normal View History

2024-12-20 09:23:59 +08:00
//
// EBCManager+MPaaS.h
// APMPaaS
//
// Created by shenmo on 21/03/2017.
// Copyright © 2017 Alipay. All rights reserved.
//
#import <Foundation/Foundation.h>
@protocol EBCManagerClass <NSObject>
/**
线
*/
+ (NSString*)getEBCContextInfo;
/**
*/
+ (NSString*)getEBCContextInfo:(void *)ucontext;
@end