summaryrefslogtreecommitdiffstats
path: root/NativeApp/Apple/Source/Classes/iOS/MetalView.h
blob: a485b27421837e05f964e280d2dcb7eb7224462c (plain)
1
2
3
4
5
6
7
#import "AppViewBase.h"

@interface MetalView : AppViewBase

- (void) drawView:(id)sender;

@end