aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/iOSSampleApp/iOSSampleApp_Prefix.pch
blob: 1c479f47140dde1f9759c3abb4049421c4d89424 (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