add new actions

This commit is contained in:
Xinlei(Ryan) Pan 2020-03-17 12:40:03 -04:00
parent 6f52553719
commit 1bad7f5639

View File

@ -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)
}
}