summaryrefslogtreecommitdiff
path: root/tools/CrashReporter/AppDelegate.m
blob: d08ad39c5395f2b46dbceaf48f5e706e656a4d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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