comment
This commit is contained in:
parent
632f6a825c
commit
f2498a53f9
@ -12,5 +12,6 @@ public protocol NavigationButtonModelProtocol: ButtonModelProtocol {
|
|||||||
// TODO: add color setting to models and items
|
// 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
|
/// Returns a bar button item created using data from the model.
|
||||||
|
func createNavigationItemButton(delegateObject: MVMCoreUIDelegateObject?, additionalData: [AnyHashable: Any]?) -> UIBarButtonItem
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user