| 123456789 |
- // This file is generated and will be overwritten automatically.
- #import <MapboxCommon/MBXHttpResponse.h>
- @interface MBXHttpResponse ()
- - (nonnull instancetype)initWithRequest:(nonnull MBXHttpRequest *)request
- result:(nonnull MBXExpected<MBXHttpResponseData *, MBXHttpRequestError *> *)result NS_REFINED_FOR_SWIFT;
- @property (nonatomic, readonly, nonnull) MBXExpected<MBXHttpResponseData *, MBXHttpRequestError *> *result NS_REFINED_FOR_SWIFT;
- @end
|