aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/SimpleiOSApp/SimpleiOSApp_Prefix.pch
blob: 0791950c1f5c499970241ef2939788aed0abe8ba (plain)
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'iosshell' target in the 'iosshell' project
//

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