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

21 lines
305 B
Objective-C

//
// DTMobileFrameworkClass+MPaaS.h
// APMPaaS
//
// Created by qiwei on 29/06/2017.
// Copyright © 2017 Alipay. All rights reserved.
//
@protocol DTMobileFrameworkClass <NSObject>
@required
/**
获取当前MicroApp的ID
@return 可能为nil
*/
+ (NSString*) currentMicroApplicationId;
@end