Add new loading indicators

This commit is contained in:
Andy Uhnak
2022-02-12 17:18:52 +00:00
parent c1aeb8ff1c
commit 3c2ef4eabc
24 changed files with 628 additions and 188 deletions
@@ -22,7 +22,6 @@ import Foundation
protocol AppNavigatorProtocol {
var sideMenu: SideMenuPresentable { get }
var alert: AlertPresentable { get }
/// Navigate to a destination screen or a state
/// Do not use protocol with associatedtype for the moment like presented here https://www.swiftbysundell.com/articles/navigation-in-swift/#where-to-navigator use a separate enum