1#import <MetalKit/MetalKit.h> 2#import <UIKit/UIKit.h> 3 4@interface GameSurfaceView : UIView 5@end 6 7