new record-step-edit icon for track/bus list
[ardour2.git] / tools / CrashReporter / AppDelegate.h
blob0f9e406a032c7666fe0857b175fd2a278cc88db8
1 //
2 // AppDelegate.h
3 // CrashReporter
4 //
5 // Created by Taybin Rutkin on 6/10/09.
6 // Copyright 2009 Penguin Sounds. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
12 @interface AppDelegate : NSObject {
13 IBOutlet NSFormCell *nameField;
14 IBOutlet NSFormCell *emailField;
15 IBOutlet NSTextView *descriptionView;
16 IBOutlet NSTextView *stackTrackView;
19 - (IBAction)sendButton:(id)sender;
21 @end