// // JSONValueTransformer+LocationTransformer.h // Geomonopoly // // Created by Maxim Keegan on 26/08/14. // #import "JSONValueTransformer.h" @interface JSONValueTransformer (LocationTransformer) - (CLLocation *) CLLocationFromNSDictionary: (NSDictionary *) locationDictionary; @end