Blame client/iOS/iFreeRDP-Prefix.pch

Packit 1fb8d4
/*
Packit 1fb8d4
 PCH
Packit 1fb8d4
 
Packit 1fb8d4
 Copyright 2013 Thincast Technologies GmbH, Author: Martin Fleisz
Packit 1fb8d4
 
Packit 1fb8d4
 This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. 
Packit 1fb8d4
 If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 1fb8d4
 */
Packit 1fb8d4
Packit 1fb8d4
//
Packit 1fb8d4
// Prefix header for all source files of the 'iFreeRDP' target in the 'iFreeRDP' project
Packit 1fb8d4
//
Packit 1fb8d4
Packit 1fb8d4
#import <Availability.h>
Packit 1fb8d4
Packit 1fb8d4
#ifndef __IPHONE_3_0
Packit 1fb8d4
#warning "This project uses features only available in iPhone SDK 3.0 and later."
Packit 1fb8d4
#endif
Packit 1fb8d4
Packit 1fb8d4
#ifdef __OBJC__
Packit 1fb8d4
    #import <UIKit/UIKit.h>
Packit 1fb8d4
    #import <Foundation/Foundation.h>
Packit 1fb8d4
#endif