bignerdranch / Freddy

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

Remove unnecessary `NSString` cast #215

Closed pbardea closed 8 years ago

pbardea commented 8 years ago

Remove a case that was not necessary as well as clean up enum syntax.

Although a small change, feedback is welcome if some other style is preferred, but figured it would be best to avoid unnecessary casts.