// ViewControllerMetal1// Used by both Vulkan/MoltenVK and the future Metal backend.23#pragma once4#include "ViewControllerCommon.h"56#import "iCade/iCadeReaderView.h"7#import "CameraHelper.h"8#import "LocationHelper.h"910@interface PPSSPPViewControllerMetal : UIViewController<11iCadeEventDelegate, LocationHandlerDelegate, CameraFrameDelegate,12UIGestureRecognizerDelegate, UIKeyInput, PPSSPPViewController,13UIImagePickerControllerDelegate, UINavigationControllerDelegate>14@end1516/** The Metal-compatibile view. */17@interface PPSSPPMetalView : UIView18@end192021