| /* Allow for an optional semicolon following the ivar block. */ | |
| /* Contributed by: Ziemowit Laski <zlaski@apple.com>. */ | |
| #include "../objc-obj-c++-shared/TestsuiteObject.h" | |
| @interface Tink : TestsuiteObject { | |
| @private | |
| unsigned long mCode[4]; | |
| }; | |
| - (id)initWithProc:(void *)inProc; | |
| - (void *)getUniqueProc; | |
| @end |