Closed marcpalmer closed 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.
PresenterType
where
IntentAction
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 thewhere
clause inIntentAction
as per Slava's comments in WWDC labs.