Files
wehub-resource-sync 1d1286fadb
Build / Build and test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:18:38 +08:00

13 lines
260 B
Objective-C

#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface MTPluginInvocationCatcher : NSObject
+ (nullable NSException *)catchExceptionInBlock:(NS_NOESCAPE void (^)(void))block
NS_SWIFT_NAME(catchException(in:));
@end
NS_ASSUME_NONNULL_END