bignerdranch / Freddy

A reusable framework for parsing JSON in Swift.
MIT License
1.09k stars 120 forks source link

fix self reference warning #261

Closed Jobot closed 6 years ago

Jobot commented 7 years ago

Adds Missing Self References

This PR adds missing self references in response to warnings in recent versions of Xcode. The specific warning addressed is Missing '.self' for reference to meta type of type ...

-jwd