#include @interface TesterClass : NSObject { IBOutlet id outlet1; IBOutlet NSWindow *outlet2; id outlet3; int nonoutlet; } - (IBAction) action0: (id)sender; - (void) action1: (id)sender; - (id) action2: (id)sender; - action3: (id)sender; - (void) action4: sender; - (id) action5: sender; - action6: sender; - /*(IBAction)*/ action7; // : shouldn't see this either. /* Shouldn't see this one */ - (void) skipThis:(id)arg1 iTis:(int)arg2 not:(int)arg3 an:(int)arg4 action:(int)arg5) method: (int)arg6; @end