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

12 lines
170 B
C
Raw Permalink Normal View History

2025-05-11 22:07:21 +08:00
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface SentryAsynchronousOperation : NSOperation
- (void)completeOperation;
@end
NS_ASSUME_NONNULL_END