1 //
2 //  AIRMapSnapshot.h
3 //  AirMaps
4 //
5 //  Created by Hein Rutjes on 26/09/16.
6 //  Copyright © 2016 Christopher. All rights reserved.
7 //
8 
9 #ifndef AIRMapSnapshot_h
10 #define AIRMapSnapshot_h
11 
12 @protocol AIRMapSnapshot <NSObject>
13 @optional
14 - (void) drawToSnapshot:(MKMapSnapshot *) snapshot context:(CGContextRef) context;
15 @end
16 
17 #endif /* AIRMapSnapshot_h */
18