supermarin / ObjectiveSugar

ObjectiveC additions for humans. Ruby style.
MIT License
2.17k stars 190 forks source link

Fix GCC_WARN_ABOUT_MISSING_NEWLINE in header file #55

Closed kam800 closed 10 years ago

kam800 commented 10 years ago

I use GCC_WARN_ABOUT_MISSING_NEWLINE warning flag and mark all warnings as errors in my project. Xcode reports an error when I import ObjectiveSugar.h. Could you please merge my change? :)

supermarin commented 10 years ago

Sure, thanks!