Skip to content

Instantly share code, notes, and snippets.

@doronkatz
Created October 23, 2011 03:44
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 doronkatz/1306844 to your computer and use it in GitHub Desktop.
Save doronkatz/1306844 to your computer and use it in GitHub Desktop.
A PCH File for global importing
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "TestFlight.h"
#import "Constants.h"
#endif
#define TESTING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment