MontanaFlossCo / Flint

The Flint framework for building apps on Apple platforms using Feature Driven Development
https://flint.tools
MIT License
629 stars 22 forks source link

Reinstate the PresenterType declaration, it is still required it seems #327

Closed marcpalmer closed 5 years ago

marcpalmer commented 5 years ago

Without this, any actions that conform to IntentAction fail to compile as the compiler doesn't see the PresenterType which should be inferred by the compiler from the where clause in IntentAction as per Slava's comments in WWDC labs.