Created
September 12, 2021 04:24
-
-
Save nhnam/786cefeba884c4b0462a8c8956779d10 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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