Skip to content

Instantly share code, notes, and snippets.

@jeradesign
Created January 31, 2013 05:08
Show Gist options
  • Save jeradesign/4680399 to your computer and use it in GitHub Desktop.
Save jeradesign/4680399 to your computer and use it in GitHub Desktop.
//
// 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