diff --git a/MVMCore/MVMCore/Models/ModelMapping.swift b/MVMCore/MVMCore/Models/ModelMapping.swift index 4209a3b..370be2a 100644 --- a/MVMCore/MVMCore/Models/ModelMapping.swift +++ b/MVMCore/MVMCore/Models/ModelMapping.swift @@ -20,5 +20,11 @@ import Foundation try? ModelRegistry.register(ActionBackModel.self) try? ModelRegistry.register(ActionOpenPanelModel.self) try? ModelRegistry.register(ActionShareModel.self) + try? ModelRegistry.register(ActionRestartModel.self) + try? ModelRegistry.register(ActionPreviousSubmitModel.self) + try? ModelRegistry.register(ActionCancelModel.self) + try? ModelRegistry.register(ActionRedirectModel.self) + try? ModelRegistry.register(ActionSettingModel.self) + try? ModelRegistry.register(ActionCollapseNotificationModel.self) } }