23 lines
582 B
Objective-C
23 lines
582 B
Objective-C
//
|
|
// 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"
|