public
Description: Network bandwidth limiter for testing iphone apps
Homepage:
Clone URL: git://github.com/mschrag/speedlimit.git
Mike Schrag (author)
Tue Sep 22 16:26:32 -0700 2009
speedlimit / SpeedLimit_Prefix.pch
100644 9 lines (7 sloc) 0.192 kb
1
2
3
4
5
6
7
8
9
//
// Prefix header for all source files of the 'SpeedLimit' target in the 'SpeedLimit' project.
//
 
#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <AppKit/AppKit.h>
#endif