projects
/
LeanCalc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial revision
[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
16
}
17
18
@end