public
Description: KeyCastr, an open-source keystroke visualizer
Homepage: http://stephendeken.net/software/keycastr/
Clone URL: git://github.com/sdeken/keycastr.git
keycastr / KeyCastr_Prefix.pch
100644 8 lines (6 sloc) 0.147 kb
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'KeyCastr' target in the 'KeyCastr' project
//
 
#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif