mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
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
|