AnimatedCurrentLocationViewController.h 200 B

123456789
  1. #import <CoreLocation/CoreLocation.h>
  2. #import <UIKit/UIKit.h>
  3. #import <GoogleMaps/GoogleMaps.h>
  4. @interface AnimatedCurrentLocationViewController : UIViewController<CLLocationManagerDelegate>
  5. @end