paulwilliam / webarchiver

Webarchiver allows you to create Safari .webarchive files from the command line.

This URL has Read+Write access

webarchiver / webarchiver_Prefix.pch
100644 8 lines (6 sloc) 0.164 kb
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'webarchiver' target in the 'webarchiver' project.
//
 
#ifdef __OBJC__
    #import <Foundation/Foundation.h>
#endif