Xcode – Can we omit header .h files and use only .m file in objective c?
Recently i switched to a project which was mainly written in objective-c which i am pretty new to, but in one file i was surprised to see only a .m file and as usual .h file was missing. But still…