zworld-em/Plugins/sentry-unreal/Source/ThirdParty/Mac/include/Sentry/SentryRequestOperation.h

17 lines
442 B
C
Raw Normal View History

2025-05-11 22:07:21 +08:00
#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