luxlabs header browser preview


@interface TSPCancellationState : NSObject {
    _Atomic BOOL _isCancelled;
}

@property BOOL isCancelled;

@end