Skip to content

Instantly share code, notes, and snippets.

@aymericio
Last active December 10, 2015 16:29
Show Gist options
  • Select an option

  • Save aymericio/4461726 to your computer and use it in GitHub Desktop.

Select an option

Save aymericio/4461726 to your computer and use it in GitHub Desktop.
Prefix.pch
//
// Prefix header for all source files
//
#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 "AppDelegate.h"
#define sharedAppDelegate ((AppDelegate*)[[UIApplication sharedApplication] delegate])
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment