luxlabs header browser preview


@class NSXPCListener, NSString;
@protocol CXNotificationServiceExtensionHostDelegate;

@interface CXNotificationServiceExtensionVoIPXPCHost : NSObject <NSXPCListenerDelegate, CXNotificationServiceExtensionHostDelegate, CXNotificationServiceExtensionVoIPXPC>

@property (readonly, nonatomic) NSXPCListener *xpcListener;
@property (weak, nonatomic) id<CXNotificationServiceExtensionHostDelegate> delegate;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (BOOL)listener:(id)a0 shouldAcceptNewConnection:(id)a1;
- (void)notificationServiceExtensionHost:(id)a0 didReceiveIncomingMessage:(id)a1 forBundleIdentifier:(id)a2 reply:(id /* block */)a3;
- (void).cxx_destruct;
- (id)initWithDelegate:(id)a0;
- (void)notificationServiceExtension:(id)a0 reply:(id /* block */)a1;

@end