MetalShaderShowcase/AAPLTeapotMesh.h

/*
 Copyright (C) 2016 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 A class to represent a teapot mesh used for drawing.
 */
 
#import "AAPLMesh.h"
 
@interface AAPLTeapotMesh : AAPLMesh
 
+ (instancetype)sharedInstance;
 
@end