#import <CoreFoundation/CoreFoundation.h>
#import <Foundation/Foundation.h>
#import <UIKit/CDStructures.h>
#import <UIKit/UIWindow.h>
#import <UIKit/UIView-Hierarchy.h>
#import <UIKit/UIHardware.h>
#import <UIKit/UIKit.h>
#import <UIKit/UIApplication.h>
#import <UIKit/UITextView.h>
#import <UIKit/UIImageAndTextTableCell.h>
#import <UIKit/UINavigationBar.h>
#import <UIKit/UITableColumn.h>
#import <UIKit/UIAlertSheet.h>
#import <UIKit/UITable.h>
#import <UIKit/UIView.h>
#import "EdCell.h"
#import "Audio.h"
#include <stdio.h>

@interface SampleApp : UIApplication {
	UIView            *mainView;
        UITable           *table;
	NSMutableArray    *cells;
        NSError           *error;
        UINavigationBar   *bnav;
        UIAlertSheet      *enablealert;
        UIAlertSheet      *disablealert;
        UIAlertSheet      *confirmalert;
        id                whichCell;
        id                whichAction;
}

@end
