MetalShaderShowcase/AAPLTeapotMesh.h

/*
 Copyright (C) 2014 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