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

游戏引擎

开发平台:

Visual C++

  1. /*
  2.  *  Delegates.h
  3.  *  Box2D
  4.  *
  5.  *  Box2D iPhone port by Simon Oliver - http://www.simonoliver.com - http://www.handcircus.com
  6.  *
  7.  *
  8.  */
  9. @protocol TestSelectDelegate <NSObject>
  10. -(void) selectTest:(int) testIndex;
  11. -(void) leaveTest;
  12. @end