apple2ix/Apple2Mac/Apple2Mac-Prefix.pch

18 lines
307 B
Plaintext

//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#import <TargetConditionals.h>
#if TARGET_OS_IPHONE
# ifdef __OBJC__
# import <UIKit/UIKit.h>
# endif
#else
# ifdef __OBJC__
# import <Cocoa/Cocoa.h>
# endif
#endif