feat: 自定义的插件

This commit is contained in:
zoujing
2023-04-10 18:48:16 +08:00
commit e1795f2de2
621 changed files with 18614 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
//
// YTXMonitor.h
// YTXMonitor
//
// Created by li yang on 2020/11/23.
//
#import <Foundation/Foundation.h>
//! Project version number for YTXMonitor.
FOUNDATION_EXPORT double YTXMonitorVersionNumber;
//! Project version string for YTXMonitor.
FOUNDATION_EXPORT const unsigned char YTXMonitorVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <YTXMonitor/PublicHeader.h>
#import "ACMLogger.h"
#import "ACMMonitor.h"
#import "ACMConfig.h"
#import "ACMUploadInterface.h"
#import "ACMUploadManager.h"