Files
callstack__agent-device/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerObjCExceptionCatcher.h
Michał Pierzchała fc10613ecd fix: harden iOS runner command execution (#72)
* fix: harden iOS runner command execution

* fix: tighten iOS runner error semantics

* fix: harden runner interactions after snapshot
2026-02-18 16:13:18 +01:00

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