@class NSDictionary, AMSPushConfiguration; @protocol AMSBagProtocol, AMSPushHandlerDelegate, AMSPushHandlerContract; @interface AMSPushHandler : NSObject @property (readonly, nonatomic) NSDictionary *enabledParsables; @property (readonly, nonatomic) id bagContract; @property (readonly, nonatomic) id bag; @property (weak, nonatomic) id delegate; @property (readonly, nonatomic) AMSPushConfiguration *configuration; - (void)dealloc; - (id)initWithConfiguration:(id)a0 bagContract:(id)a1; - (void)_handlePushNotification:(id)a0; - (BOOL)shouldHandleNotification:(id)a0; - (void).cxx_destruct; - (void)registerForEngagementPushes; - (id)initWithConfiguration:(id)a0 bag:(id)a1; - (void)handleNotification:(id)a0; @end