summaryrefslogtreecommitdiff
path: root/tools/CrashReporter/AppDelegate.m
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2009-06-16 01:52:35 +0000
committerTaybin Rutkin <taybin@taybin.com>2009-06-16 01:52:35 +0000
commit6d66ac448fa1b3acbce829034611c12767b6501a (patch)
treec7f3a6630c0d5ace103b08ae20e0c26e84469cf5 /tools/CrashReporter/AppDelegate.m
parent5924788df5b87b287e75d6ef31088ac0951f8799 (diff)
setup Crash Reporter interface
- Add AppDelegate files. git-svn-id: svn://localhost/ardour2/branches/3.0@5200 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/CrashReporter/AppDelegate.m')
-rw-r--r--tools/CrashReporter/AppDelegate.m19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/CrashReporter/AppDelegate.m b/tools/CrashReporter/AppDelegate.m
new file mode 100644
index 0000000000..d08ad39c53
--- /dev/null
+++ b/tools/CrashReporter/AppDelegate.m
@@ -0,0 +1,19 @@
+//
+// AppDelegate.m
+// CrashReporter
+//
+// Created by Taybin Rutkin on 6/10/09.
+// Copyright 2009 Penguin Sounds. All rights reserved.
+//
+
+#import "AppDelegate.h"
+
+
+@implementation AppDelegate
+
+- (IBAction)sendButton:(id)sender
+{
+
+}
+
+@end