Skip to content

Instantly share code, notes, and snippets.

@nhnam
Created September 12, 2021 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhnam/786cefeba884c4b0462a8c8956779d10 to your computer and use it in GitHub Desktop.
Save nhnam/786cefeba884c4b0462a8c8956779d10 to your computer and use it in GitHub Desktop.
import MAFNavigationRegistry
import UserModule
class ApplicationNavigationController: UINavigationController, MAFNavigationRegistry {
var registry: [String : MAFModuleRegistry] = [
"user": UserModule.userModuleRegistry,
"system": SystemModule.systemModuleRegistry
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment