mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
fc10613ecd
* fix: harden iOS runner command execution * fix: tighten iOS runner error semantics * fix: harden runner interactions after snapshot
12 lines
218 B
Objective-C
12 lines
218 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface RunnerObjCExceptionCatcher : NSObject
|
|
|
|
+ (NSString * _Nullable)catchException:(NS_NOESCAPE dispatch_block_t)tryBlock;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|