luxlabs header browser preview


@interface GTReplayFetchBuffer : GTReplayRequest <NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (nonatomic) union { struct { int dispatchIndex; int dispatchICBIndex; } ; unsigned long long uid; } dispatchUID;
@property (nonatomic) unsigned long long streamRef;
@property (nonatomic) struct GTRange { unsigned long long location; unsigned long long length; } range;

- (void)encodeWithCoder:(id)a0;
- (id)initWithCoder:(id)a0;

@end