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

21 lines
305 B
C
Raw Normal View History

2024-12-20 09:23:59 +08:00
//
// 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