1 //
2 // Created by Leland Richardson on 12/27/15.
3 // Copyright (c) 2015 Facebook. All rights reserved.
4 //
5 
6 #import <Foundation/Foundation.h>
7 #import <MapKit/MapKit.h>
8 
9 @interface AIRMapCoordinate : NSObject
10 
11 @property (nonatomic, assign) CLLocationCoordinate2D coordinate;
12 
13 @end