Created
January 31, 2013 05:08
-
-
Save jeradesign/4680399 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Prefix header for all source files of the 'CVFunhouse' target in the 'CVFunhouse' project | |
// | |
#import <Availability.h> | |
#ifndef __IPHONE_5_0 | |
#warning "This project uses features only available in iOS SDK 5.0 and later." | |
#endif | |
#ifdef __cplusplus | |
#pragma clang diagnostic push | |
#pragma clang diagnostic ignored "-Wall" | |
#import "opencv2/opencv.hpp" | |
#pragma clang diagnostic pop | |
#endif | |
#ifdef __OBJC__ | |
#import <UIKit/UIKit.h> | |
#import <Foundation/Foundation.h> | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment