summaryrefslogtreecommitdiff
path: root/sampleclient/waydio_comms_demo-Prefix.pch
blob: e172fd84d2041cf120b8d809f2b2e983c35a3ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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