Blame client/iOS/iFreeRDP-Prefix.pch

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