cleanup, reformatting
[LeanCalc.git] / Sources / CmdKeyInterceptApplication.h
1 //
2 //  CmdKeyInterceptApplication.h
3 //  LeanCalc
4 //
5 //  Created by Marc Liyanage on 13.02.05.
6 //  Copyright 2005 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11
12 @interface CmdKeyInterceptApplication : NSApplication {
13 }
14
15 @end