@protocol BDSClientSideProtocol; @interface BDSClientSideListener : NSObject @property (weak, nonatomic) id delegate; - (void).cxx_destruct; - (void)handleServiceNotificationNames:(id)a0 latestChangeToken:(long long)a1; @end