Ricardo Quesada de3de39f57 Sample works with the new v3.2 API
Updates API in samples

Adds iOS and Mac projects. Convient Xcode project to test
the sample really easy.
2014-07-31 12:53:37 -07:00

9 lines
181 B
Plaintext

//
// Prefix header for all source files of the 'iphone' target in the 'iphone' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif