Last change
on this file since 1310 was
731,
checked in by sam, 11 years ago
|
ios: add cleaned up XCode project.
|
File size:
314 bytes
|
Line | |
---|
1 | // |
---|
2 | // Prefix header for all source files of the 'Monsterz' target in the 'Monsterz' project |
---|
3 | // |
---|
4 | |
---|
5 | #import <Availability.h> |
---|
6 | |
---|
7 | #ifndef __IPHONE_3_0 |
---|
8 | #warning "This project uses features only available in iPhone SDK 3.0 and later." |
---|
9 | #endif |
---|
10 | |
---|
11 | #ifdef __OBJC__ |
---|
12 | #import <Foundation/Foundation.h> |
---|
13 | #import <UIKit/UIKit.h> |
---|
14 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.