tjarratt / fake4swift

A small CLI for generating Swift test doubles
MIT License
24 stars 3 forks source link

Needs more @escaping (sometimes) #29

Open tjarratt opened 7 years ago

tjarratt commented 7 years ago

If your protocol takes a completion handler of some sort, you probably want to throw "@ escaping" onto that parameter in the generated code.

Halp.