YTXMonitor.h 582 B

12345678910111213141516171819202122
  1. //
  2. // YTXMonitor.h
  3. // YTXMonitor
  4. //
  5. // Created by li yang on 2020/11/23.
  6. //
  7. #import <Foundation/Foundation.h>
  8. //! Project version number for YTXMonitor.
  9. FOUNDATION_EXPORT double YTXMonitorVersionNumber;
  10. //! Project version string for YTXMonitor.
  11. FOUNDATION_EXPORT const unsigned char YTXMonitorVersionString[];
  12. // In this header, you should import all the public headers of your framework using statements like #import <YTXMonitor/PublicHeader.h>
  13. #import "ACMLogger.h"
  14. #import "ACMMonitor.h"
  15. #import "ACMConfig.h"
  16. #import "ACMUploadInterface.h"
  17. #import "ACMUploadManager.h"