20 lines
247 B
Mathematica
20 lines
247 B
Mathematica
|
//
|
||
|
// 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
|