summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/uikit/examples/qmltest/qmltest_Prefix.pch
blob: c06715c661ec77f6fb71278c18a6727c3475976c (plain)
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'qmltest' target in the 'qmltest' project
//

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