diff options
Diffstat (limited to 'src/uimac/ProfileTableView.h')
-rw-r--r-- | src/uimac/ProfileTableView.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/uimac/ProfileTableView.h b/src/uimac/ProfileTableView.h new file mode 100644 index 0000000..6a5cbc5 --- /dev/null +++ b/src/uimac/ProfileTableView.h @@ -0,0 +1,10 @@ +/* ProfileTableView */ + +#import <Cocoa/Cocoa.h> +#import "MyController.h" + +@interface ProfileTableView : NSTableView +{ + IBOutlet MyController *myController; +} +@end |