@class NSString, PXStatusViewModel, UIContentUnavailableConfiguration; @protocol PXStatusControllerDelegate, NSObject; @interface PXStatusController : NSObject @property (retain, nonatomic) id confirmationAlertToken; @property (retain, nonatomic) PXStatusViewModel *viewModel; @property (weak, nonatomic) id delegate; @property (readonly, nonatomic) UIContentUnavailableConfiguration *configuration; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (void)observable:(id)a0 didChange:(unsigned long long)a1 context:(void *)a2; - (void).cxx_destruct; - (void)_updateTitle; - (void)_updateButtonTitle; - (void)_handleButtonAction:(id)a0; - (void)_updateMessage; @end