TestEntriesViewController.h
上传用户:gb3593
上传日期:2022-01-07
资源大小:3028k
文件大小:0k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. //
  2. //  TestEntriesViewController.h
  3. //  Box2D
  4. //
  5. //  Box2D iPhone port by Simon Oliver - http://www.simonoliver.com - http://www.handcircus.com
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "iPhoneTest.h"
  9. #import "Delegates.h"
  10. @interface TestEntriesViewController : UITableViewController {
  11. int32 testCount;
  12. id<TestSelectDelegate> _delegate;
  13. }
  14. @property(assign) id<TestSelectDelegate> delegate;
  15. @end