stack template root molecule
This commit is contained in:
parent
a45b5119cb
commit
59435f98f3
@ -15,6 +15,10 @@ import Foundation
|
|||||||
}
|
}
|
||||||
public var moleculeStack: StackModel
|
public var moleculeStack: StackModel
|
||||||
|
|
||||||
|
public override var rootMolecules: [MoleculeModelProtocol] {
|
||||||
|
return [header, moleculeStack, footer].compactMap { $0 }
|
||||||
|
}
|
||||||
|
|
||||||
public init(pageType: String, moleculeStack: StackModel) {
|
public init(pageType: String, moleculeStack: StackModel) {
|
||||||
self.moleculeStack = moleculeStack
|
self.moleculeStack = moleculeStack
|
||||||
super.init(pageType: pageType)
|
super.init(pageType: pageType)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user