TestEntriesViewController.h
上传用户:gb3593
上传日期:2022-01-07
资源大小:3028k
文件大小:0k
源码类别:
游戏引擎
开发平台:
Visual C++
- //
- // TestEntriesViewController.h
- // Box2D
- //
- // Box2D iPhone port by Simon Oliver - http://www.simonoliver.com - http://www.handcircus.com
- //
- #import <UIKit/UIKit.h>
- #import "iPhoneTest.h"
- #import "Delegates.h"
- @interface TestEntriesViewController : UITableViewController {
- int32 testCount;
- id<TestSelectDelegate> _delegate;
- }
- @property(assign) id<TestSelectDelegate> delegate;
- @end