From 6d66ac448fa1b3acbce829034611c12767b6501a Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Tue, 16 Jun 2009 01:52:35 +0000 Subject: setup Crash Reporter interface - Add AppDelegate files. git-svn-id: svn://localhost/ardour2/branches/3.0@5200 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/CrashReporter/AppDelegate.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tools/CrashReporter/AppDelegate.h (limited to 'tools/CrashReporter/AppDelegate.h') diff --git a/tools/CrashReporter/AppDelegate.h b/tools/CrashReporter/AppDelegate.h new file mode 100644 index 0000000000..0f9e406a03 --- /dev/null +++ b/tools/CrashReporter/AppDelegate.h @@ -0,0 +1,21 @@ +// +// AppDelegate.h +// CrashReporter +// +// Created by Taybin Rutkin on 6/10/09. +// Copyright 2009 Penguin Sounds. All rights reserved. +// + +#import + + +@interface AppDelegate : NSObject { + IBOutlet NSFormCell *nameField; + IBOutlet NSFormCell *emailField; + IBOutlet NSTextView *descriptionView; + IBOutlet NSTextView *stackTrackView; +} + +- (IBAction)sendButton:(id)sender; + +@end -- cgit v1.2.3