bonus-material-app/nativeplugins/Mpaas-Scan/ios/mPaas.framework/Headers/MPFunctionMaintainer.h

22 lines
356 B
C
Raw Normal View History

2024-12-20 09:23:59 +08:00
//
// MPFunctionMaintainer.h
// APMPaaS
//
// Created by qiwei on 2018/5/18.
// Copyright © 2018 Alipay. All rights reserved.
//
#import <Foundation/Foundation.h>
#ifndef MPFunctionMaintainer_h
#define MPFunctionMaintainer_h
@interface MPFunctionManager : NSObject
+ (instancetype)shared;
- (void)start;
@end
#endif /* MPFunctionMaintainer_h */