Connection between .h and .m files in Objective-C
When first open an objective-C project in X-code, the .h and .m files look confusing. It is important to understand the simple connections and the hidden codes behind the scene.
They are used to separate between the public and private parts of the cl...
victorleungtw.hashnode.dev2 min read