luxlabs header browser preview


@class NSTimer;

@interface _MXExtensionRequestReceipt : NSObject {
    NSTimer *_timer;
    id /* block */ _completion;
}

- (void)dealloc;
- (id)initWithCompletion:(id /* block */)a0;
- (void).cxx_destruct;
- (void)cancel;
- (void)cancelWithTimeInterval:(double)a0;

@end