zworld-em/Plugins/sentry-unreal/Source/ThirdParty/Mac/include/Sentry/SentryRequestOperation.h
2025-05-11 22:07:21 +08:00

17 lines
442 B
Objective-C

#import <Foundation/Foundation.h>
#import "SentryAsynchronousOperation.h"
#import "SentryQueueableRequestManager.h"
NS_ASSUME_NONNULL_BEGIN
@interface SentryRequestOperation : SentryAsynchronousOperation
- (instancetype)initWithSession:(NSURLSession *)session
request:(NSURLRequest *)request
completionHandler:(_Nullable SentryRequestOperationFinished)completionHandler;
@end
NS_ASSUME_NONNULL_END