Commit Graph

5 Commits

Author SHA1 Message Date
Doug c411097256 Fix class keyword deprecation warnings everywhere!
Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
2021-07-09 17:05:43 +01:00
SBiOSoftWhare 7b092c1d17 Revert "Add CoordinatorDelegateQueuable protocol used by view models to handle coordinator delegation in an operation queue."
This reverts commit c488e80661.
2019-01-23 11:47:10 +01:00
SBiOSoftWhare c488e80661 Add CoordinatorDelegateQueuable protocol used by view models to handle coordinator delegation in an operation queue. 2019-01-23 10:49:54 +01:00
SBiOSoftWhare 1f4fdadb07 Update some copyright years 2019-01-22 17:20:28 +01:00
SBiOSoftWhare 7de6aefe61 Introduce Coordinator pattern. Coordinators are the objects which control the navigation flow of the application. Add Coordinator base protocol. 2019-01-22 00:12:17 +01:00