Closed tjarratt closed 7 years ago
If your protocol has an optional property, fake4swift does not generate the correct implementation.
protocol OptionalStuff { var somethingMaybe: String? }
Done!
https://github.com/tjarratt/fake4swift/commit/33894698af3cbed864eca2c95f0ede90b63f0bf8
If your protocol has an optional property, fake4swift does not generate the correct implementation.