summaryrefslogtreecommitdiffstats
path: root/xcode/iPhoneOS/tinyDAVTest/AppDelegate.h
blob: 0428c91e6617ef333b300614f64727be5a95bf3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#import <UIKit/UIKit.h>
#import <AVFoundation/AVFoundation.h>
#import <AudioToolbox/AudioToolbox.h>

@interface AppDelegate : NSObject <UIApplicationDelegate, AVAudioSessionDelegate> {
    UIWindow *window;
}

@property (nonatomic, retain) IBOutlet UIWindow *window;

- (IBAction)start:(id)sender;

- (IBAction)change:(id)sender;

@end
OpenPOWER on IntegriCloud