registerModels()
This commit is contained in:
parent
8209101b73
commit
54cc1f5426
@ -10,7 +10,11 @@ import UIKit
|
||||
|
||||
@objcMembers open class CoreUIObject: MVMCoreObject {
|
||||
public var moleculeMap: MVMCoreUIMoleculeMappingObject?
|
||||
|
||||
|
||||
open func registerModels() {
|
||||
MoleculeObjectMapping.registerObjects()
|
||||
}
|
||||
|
||||
open override func defaultInitialSetup() {
|
||||
cache = MVMCoreCache()
|
||||
sessionHandler = MVMCoreSessionTimeHandler()
|
||||
@ -19,6 +23,6 @@ import UIKit
|
||||
viewControllerMapping = MVMCoreUIViewControllerMappingObject()
|
||||
loggingDelegate = MVMCoreUILoggingHandler()
|
||||
moleculeMap = MVMCoreUIMoleculeMappingObject()
|
||||
MoleculeObjectMapping.registerObjects()
|
||||
registerModels()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user