danielamitay / DAKeyboardControl

DAKeyboardControl adds keyboard awareness and scrolling dismissal (ala iMessages app) to any view with only 1 line of code.
Other
1.58k stars 214 forks source link

Fixed missing newline at the end of the header #41

Closed juri closed 11 years ago

juri commented 11 years ago

The header was missing a newline at the end and this caused problems with GCC_WARN_ABOUT_MISSING_NEWLINE. Because it was in the header CocoaPods' inhibit flags didn't help.