blob: 33f58cb19df49a53a98cd6c41476139eb9d4075a [file] [log] [blame]
/* Contributed by Nicola Pero - Fri Mar 9 21:35:47 CET 2001 */
#include <objc/objc.h>
/* APPLE LOCAL radar 4894756 */
#include "Object2.h"
@interface Object (StopProtocol)
- (void) stop;
@end
int main (void)
{
return 0;
}