@class NSObject, NSString, FBServiceClientAuthenticator, NSMutableArray, BSServiceConnectionListener; @protocol SBInCallPresentationRequestServerDelegate, OS_dispatch_queue; @interface SBInCallPresentationRequestServer : NSObject { NSMutableArray *_targets; FBServiceClientAuthenticator *_clientAuthenticator; BSServiceConnectionListener *_connectionListener; NSObject *_queue; } @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (void)listener:(id)a0 didReceiveConnection:(id)a1 withContext:(id)a2; - (void)invalidate; - (void)activate; - (void).cxx_destruct; - (oneway void)presentWithConfiguration:(id)a0 completion:(id /* block */)a1; @end