Added MCE button model

This commit is contained in:
mayur nilwant 2024-07-12 10:11:34 -04:00
parent 486a71da64
commit 1f9ac26826

View File

@ -25,5 +25,6 @@
ModelRegistry.register(handler: ActionActionsHandler.self, for: ActionActionsModel.self)
ModelRegistry.register(handler: ActionOpenSMSHandler.self, for: ActionOpenSMSModel.self)
ModelRegistry.register(handler: ActionContactHandler.self, for: ActionContactModel.self)
ModelRegistry.register(handler: ActionLaunchMCEHandler.self, for: ActionLaunchMCEModel.self)
}
}