@class NSXPCConnection; @protocol SBSImplementer; @interface SBSStereoLeaderInterface : NSObject { NSXPCConnection *_sbConnection; id _sbProxy; } - (id)init; - (void)dealloc; - (void).cxx_destruct; - (id)initWithTarget:(id)a0; - (void)isFollower:(id /* block */)a0; - (void)setDeviceAsStereoLeader:(BOOL)a0 withOptions:(id)a1; @end