5 #import <Cocoa/Cocoa.h>
19 - (nullable instancetype)
init;
24 - (void)beginResizeForView:(int64_t)viewId
26 notify:(nonnull dispatch_block_t)notify;
37 - (void)performCommitForView:(int64_t)viewId
39 notify:(nonnull dispatch_block_t)notify;
48 - (void)registerView:(int64_t)viewId;
55 - (void)deregisterView:(int64_t)viewId;
72 - (nullable instancetype)initWithMainQueue:(nonnull dispatch_queue_t)queue;
90 - (BOOL)isWaitingWhenMutexIsAvailable;
96 - (void)blockUntilFrameAvailable;