diff options
| author | Tim Redfern <tim@Adaptics.local> | 2013-09-18 17:28:16 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@Adaptics.local> | 2013-09-18 17:28:16 +0100 |
| commit | 31b03c8a1234b966ec56f5da316d93a9259c5d71 (patch) | |
| tree | 765de64c5cb766703beac87bdccf61a739cd3be1 /sampleclient/waydio_comms_demo-Prefix.pch | |
initial commit
Diffstat (limited to 'sampleclient/waydio_comms_demo-Prefix.pch')
| -rw-r--r-- | sampleclient/waydio_comms_demo-Prefix.pch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sampleclient/waydio_comms_demo-Prefix.pch b/sampleclient/waydio_comms_demo-Prefix.pch new file mode 100644 index 0000000..e172fd8 --- /dev/null +++ b/sampleclient/waydio_comms_demo-Prefix.pch @@ -0,0 +1,15 @@ +// +// Prefix header for all source files of the 'sampleclient' target in the 'sampleclient' project +// + +#import <Availability.h> + +#ifndef __IPHONE_3_0 +#warning "This project uses features only available in iOS SDK 3.0 and later." +#endif + +#ifdef __OBJC__ + #import <UIKit/UIKit.h> + #import <Foundation/Foundation.h> +#endif + |
