ActionGroup_test.h
上传用户:shenzhenrh
上传日期:2013-05-12
资源大小:2904k
文件大小:1k
- /*
- Name: ActionGroup_test.h
- Description: ActionGroup_test is a subclass of ActionGroup, it is
- used for testing ActionGroup, but also subclasses
- of it.
- Test suite: activity
- */
- #import <activity/ActionGroup.h>
- @interface ActionGroup_test_c: ActionGroup_c
- {
- id *objects; // storage for objects that are recieving action
- // from ActionGroup
- int counter;
- int numberOfObjects; // number of objects in the object storage;
- }
- #include "Holder.h"
- - (void)describe: outputCharStream;
- - (void)describeForEach: outputCharStream;
- @end