// // TestEntriesViewController.h // Box2D // // Box2D iPhone port by Simon Oliver - http://www.simonoliver.com - http://www.handcircus.com // #import #import "iPhoneTest.h" #import "Delegates.h" @interface TestEntriesViewController : UITableViewController { int32 testCount; id _delegate; } @property(assign) id delegate; @end