comment
This commit is contained in:
parent
db3f8a5bec
commit
632f6a825c
@ -9,6 +9,7 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
public protocol NavigationButtonModelProtocol: ButtonModelProtocol {
|
public protocol NavigationButtonModelProtocol: ButtonModelProtocol {
|
||||||
|
// TODO: add color setting to models and items
|
||||||
//var color: Color? { get set }
|
//var color: Color? { get set }
|
||||||
|
|
||||||
func createNavigationItemButton(delegateObject: MVMCoreUIDelegateObject?, additionalData: [AnyHashable: Any]?) -> BarButtonItem
|
func createNavigationItemButton(delegateObject: MVMCoreUIDelegateObject?, additionalData: [AnyHashable: Any]?) -> BarButtonItem
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user