Skip to content

Instantly share code, notes, and snippets.

@funkyboy
Created April 1, 2014 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save funkyboy/9914064 to your computer and use it in GitHub Desktop.
Save funkyboy/9914064 to your computer and use it in GitHub Desktop.
Importing BaasBox
#import <Availability.h>
#ifndef __IPHONE_5_0
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import "BAAClient.h" // <­ added import statement
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment