This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/iphone/Maps/Classes/MetalView.h
2018-09-25 12:33:08 +03:00

7 lines
89 B
Objective-C

#import <MetalKit/MetalKit.h>
@interface MetalView : MTKView
- (void)initialize;
@end