summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/ipjsystest/ipjsystest_Prefix.pch
blob: 8f7b754879758e072ba935deaeb409840c991799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// Prefix header for all source files of the 'ipjsystest' target in the 'ipjsystest' project
//
#import <Availability.h>

#ifndef __IPHONE_3_0
#warning "This project uses features only available in iPhone SDK 3.0 and later."
#endif


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