@interface GTCaptureRequest : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) unsigned long long requestID; - (id)init; - (id)initWithRequestID:(unsigned long long)a0; - (void)encodeWithCoder:(id)a0; - (id)initWithCoder:(id)a0; @end