luxlabs header browser preview


@class NSString;

@interface ASDTestFlightServiceExtension : NSObject <NSExtensionRequestHandling>

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)beginRequestWithExtensionContext:(id)a0;
- (void)didReachTerminalPhaseWithBetaBundleID:(id)a0 terminalPhase:(long long)a1 error:(id)a2 reply:(id /* block */)a3;
- (void)didReceivePushMessages:(id)a0 reply:(id /* block */)a1;
- (void)didReceivePushToken:(id)a0 reply:(id /* block */)a1;
- (void)invokeCommand:(id)a0 withArguments:(id)a1 reply:(id /* block */)a2;
- (void)reloadAppsFromServerWithReply:(id /* block */)a0;
- (void)serviceExtensionTimeWillExpire;

@end