Header and Make

November 04, 2014

Since these don't exist separately in web dev:

App.h: your header file. Where you import dependencies and specify the entry point.

App.m: your implementation file. Where your logic actually lives.