EMASCurl/EMASCurl.h (4 lines of code) (raw):
//
// EMASCurl.h
// EMASCurl
//
// Created by xin yu on 2024/10/29.
//
#import <Foundation/Foundation.h>
//! Project version number for EMASCurl.
FOUNDATION_EXPORT double EMASCurlVersionNumber;
//! Project version string for EMASCurl.
FOUNDATION_EXPORT const unsigned char EMASCurlVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <EMASCurl/PublicHeader.h>
#import <EMASCurl/EMASCurlProtocol.h>