public
Description: A Demo of the iPhone's CGPathAddQuadCurveToPoint function
Homepage:
Clone URL: git://github.com/below/iphone-bezierdemo.git
Alexander v. Below (author)
Sat Nov 08 03:16:34 -0800 2008
iphone-bezierdemo / BezierDemo_Prefix.pch
100644 9 lines (7 sloc) 0.189 kb
1
2
3
4
5
6
7
8
9
//
// Prefix header for all source files of the 'BezierDemo' target in the 'BezierDemo' project
//
 
#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
#endif