@class NSString; @protocol ANRemotePlaybackSessionServiceClientInterface; @interface ANRemotePlaybackSessionServiceClientInterfaceProxy : NSObject @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; - (void)didReceiveAnnouncement:(id)a0 forGroupID:(id)a1; - (void).cxx_destruct; - (void)didUpdateAnnouncements:(id)a0 forGroupID:(id)a1; @end