1 2 3 4 5 6 7 8 9 10
/* ProfileTableView */ #import <Cocoa/Cocoa.h> #import "MyController.h" @interface ProfileTableView : NSTableView { IBOutlet MyController *myController; } @end