@protocol TRIUrgentRollbackSchedulerProtocol, TRINotificationReactionCheckerProtocol, TRIHotfixRolloutTargetingSchedulerProtocol; @interface TRIPushNotificationHandler : NSObject @property (readonly, nonatomic) id notificationChecker; @property (readonly, nonatomic) id hotfixScheduler; @property (readonly, nonatomic) id rollbackScheduler; - (void)didReceivePushNotification:(id)a0; - (void)_handleRollbackNotification:(id)a0; - (void).cxx_destruct; - (void)_handleDeploymentNotification:(id)a0; - (BOOL)_isMissingNotificationFields:(id)a0; - (id)initWithNotificationChecker:(id)a0 hotfixScheduler:(id)a1 rollbackScheduler:(id)a2; @end