Hi all, what's the minimal boilerplate code way to...
# ios
d
Hi all, what's the minimal boilerplate code way to define an actual implementation of an expect class straight in swift?
My class also has a constructor so I don't know if the method of creating and passing down an interface will work easily
f
I think you need to give more details