@interface HKOrganDonationAlreadyDonorViewController : HKOrganDonationBaseViewController - (id)titleString; - (id)bodyString; - (id)titleImage; - (id)bottomAnchoredButtons; - (void)buttonAtIndexTapped:(long long)a0; - (id)linkButtonTitle; - (void)linkButtonTapped:(id)a0; - (void)notNowButtonTapped:(id)a0; - (void)signupButtonTapped:(id)a0; @end