summaryrefslogtreecommitdiff
path: root/Wobble/Wobble-Prefix.pch
blob: cb4f46afc955f4a2bf98b3c3e10c7dd4902634fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// Prefix header for all source files of the 'Wobble' target in the 'Wobble' project
//

#import <Availability.h>

#ifndef __IPHONE_4_0
#warning "This project uses features only available in iOS SDK 4.0 and later."
#endif

#ifdef __OBJC__
  #import <UIKit/UIKit.h>
  #import <Foundation/Foundation.h>
#endif