/* * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ #import #pragma mark - #pragma mark OpenVulkanoViewController /** The main view controller for the demo storyboard. */ @interface OpenVulkanoViewController : UIViewController @end #pragma mark - #pragma mark DemoView /** The Metal-compatibile view for the demo Storyboard. */ @interface DemoView : UIView @end