typedef NS_ENUM()

in EMASCurl/EMASCurlProtocol.h [62:66]


typedef NS_ENUM(NSInteger, HTTPVersion) {
    HTTP1,
    HTTP2,
    HTTP3
};