public
Description: Commandline tool for creating preview images of files using Mac OS X Leopard's QuickLook
Homepage: http://soakedandsoaped.com/
Clone URL: git://github.com/kommen/quikiee.git
quikiee / quickiee_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 'quickiee' target in the 'quickiee' project
//
 
#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif