moltenvk/Demos/Cube/iOS/Prefix.pch
Bill Hollings 5648258da7 Remove LunarG/VulkanSamples as a dependency library.
LunarG is planning to retire the LunarG/VulkanSamples repository.
Remove dependency to it, and remove the affected Hologram and API-Samples demo apps.
Update documents, including directing developers to the
KhronosGroup/Vulkan-Samples repository for official demo apps.
2021-03-03 16:43:11 -05:00

6 lines
80 B
Plaintext

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