Skip to content

Instantly share code, notes, and snippets.

@brendanzagaeski
Created April 23, 2014 20:55
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 brendanzagaeski/11232071 to your computer and use it in GitHub Desktop.
Save brendanzagaeski/11232071 to your computer and use it in GitHub Desktop.
Default prefix.pch file for Mac projects in Xcode
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment