mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
- Add AppDelegate files. git-svn-id: svn://localhost/ardour2/branches/3.0@5200 d708f5d6-7413-0410-9779-e7cbd77b26cf
19 lines
247 B
Objective-C
19 lines
247 B
Objective-C
//
|
|
// 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
|