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