Papr
Papr copied to clipboard
refactor models to use sourcery
@jdisho this generates protocol viewmodels in Papr/Autogenerated
folder.
To generate class just have to implements AutoModel
, and it will generate ModelType
, ModelInput
, ModelOutput
protocols for it (in that folder)
I added BuldPhase that executes generate script (it's called Sourcery and runs before compilation)