@class NSString; @protocol HUTriggerEventsModuleControllerDelegate; @interface HUTriggerEventsModuleController : HUItemModuleController @property (weak, nonatomic) id delegate; @property (nonatomic) BOOL allowsEditingEvents; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)deleteItem:(id)a0 completionHandler:(id /* block */)a1; - (void).cxx_destruct; - (id)initWithModule:(id)a0; - (unsigned long long)didSelectItem:(id)a0; - (Class)cellClassForItem:(id)a0; - (void)eventFlow:(id)a0 didFinishWithEventBuilderItem:(id)a1; - (void)eventFlowDidCancel:(id)a0; - (void)setupCell:(id)a0 forItem:(id)a1; - (id)trailingSwipeActionsForItem:(id)a0; - (void)transitionToViewController:(id)a0; - (void)updateCell:(id)a0 forItem:(id)a1 animated:(BOOL)a2; @end