marcusramberg / iusethis-utils

Various open source utils for the iusethis site

This URL has Read+Write access

marcusramberg (author)
Fri May 15 04:23:50 -0700 2009
commit  9b4510f7ba1dac004846e95c9816b66693325828
tree    7d6b97212cb757de0876cb3182224e404b78c6d0
parent  9f3a56c6b84613db7e5c194be06b9a9cc7d88e94
iusethis-utils / iusethis-quicksilver-plugin / iusethis_Prefix.pch
100644 12 lines (9 sloc) 0.246 kb
1
2
3
4
5
6
7
8
9
10
11
12
//
// Prefix header for all source files of the 'iusethis' target in the 'iusethis' project
//
 
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#import <QSFoundation/QSFoundation.h>
#import <QSCore/QSCore.h>
#endif
 
 
#define kiusethisType @"iusethisType"