common: prevent buffer overflow
[supercollider.git] / server / scsynth / iPhone / iscsynthAppDelegate.h
blob115b91e02553200fc5fe69b32fbab2e087c07014
1 //
2 // iscsynthAppDelegate.h
3 // iscsynth
4 //
5 // Created by Axel Balley on 20/10/08.
6 // Copyright __MyCompanyName__ 2008. All rights reserved.
7 //
9 #import <UIKit/UIKit.h>
11 @interface iscsynthAppDelegate : NSObject <UIApplicationDelegate> {
12 UIWindow *window;
13 IBOutlet UITabBarController *tabBarController;
14 IBOutlet UITableViewController *tableViewController;
17 @property (nonatomic, retain) IBOutlet UIWindow *window;
19 @end