summaryrefslogtreecommitdiffstats
path: root/src/uimac/ProfileTableView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uimac/ProfileTableView.h')
-rw-r--r--src/uimac/ProfileTableView.h10
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