summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFNet/macsrc/SockDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFNet/macsrc/SockDialog.h')
-rw-r--r--macosx/plugins/DFNet/macsrc/SockDialog.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/macosx/plugins/DFNet/macsrc/SockDialog.h b/macosx/plugins/DFNet/macsrc/SockDialog.h
new file mode 100644
index 00000000..2898ceec
--- /dev/null
+++ b/macosx/plugins/DFNet/macsrc/SockDialog.h
@@ -0,0 +1,16 @@
+//
+// SockDialog.h
+// DFNet
+//
+// Created by C.W. Betts on 2/18/11.
+// Copyright 2011 __MyCompanyName__. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+
+@interface SockDialog : NSWindowController {
+
+}
+- (IBAction)cancel:(id)sender;
+@end