This commit is contained in:
Pfeil, Scott Robert 2020-05-27 16:00:46 -04:00
parent 632f6a825c
commit f2498a53f9

View File

@ -12,5 +12,6 @@ public protocol NavigationButtonModelProtocol: ButtonModelProtocol {
// TODO: add color setting to models and items
//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
}