public
Description: A simple Nu application that downloads pages from Google Books.
Homepage: http://www.fromconcentratesoftware.com/Nu/
Clone URL: git://github.com/Grayson/downloadgooglebooks.git
downloadgooglebooks / DownloadGoogleBooks_Prefix.pch
100644 8 lines (6 sloc) 0.139 kb
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'Game' target in the 'Game' project
//
 
#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif