//
//  EXPApplicationDelegate.h
//  Expression
//
//  Created by ashley on 13/12/2008.
//  Copyright 2008 __MyCompanyName__. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface EXPApplicationDelegate : NSObject {

}

- (IBAction)showToolPaletteAction:(id)sender;
- (IBAction)showInspectorAction:(id)sender ;

@end