// TileView.h // Author: Allen Porter #import #import @interface TileView : UIApplication { } - (void)applicationDidFinishLaunching: (id)unused; @end