@class NSObject; @protocol OS_dispatch_queue; @interface TVRCMediaRemoteEndpointManager : NSObject @property (retain, nonatomic) NSObject *mediaRemoteQueue; + (id)sharedInstance; - (id)init; - (void).cxx_destruct; - (void)fetchActiveEndpointWithCompletion:(id /* block */)a0; - (void)updateActiveEndpoint:(id)a0 withCompletion:(id /* block */)a1; @end