blob: 21bd3a3bec03df5634ff5727d9da23085d6c58f4 [file] [log] [blame]
/* Allow for an optional semicolon following the ivar block. */
/* Contributed by: Ziemowit Laski <zlaski@apple.com>. */
#include <objc/Object.h>
@interface Tink : Object {
@private
unsigned long mCode[4];
};
- (id)initWithProc:(void *)inProc;
- (void *)getUniqueProc;
@end