maddox / speedlimit forked from mschrag/speedlimit

Network bandwidth limiter for testing iphone apps

maddox (author)
Wed Dec 17 22:27:44 -0800 2008
commit  7c4c45295ddcf86cfaceeec72ced8e9a8bf3c7ff
tree    d074d136e2c11a972f2c1b8983ceb3bc54b83b80
parent  dde8f7d0229bd7c4c510d16a3c66534ab24127ec
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