//
//  RawLocationProvider.h
//  BackgroundGeolocation
//
//  Created by Marian Hello on 06/11/2017.
//  Copyright © 2017 mauron85. All rights reserved.
//

#ifndef RawLocationProvider_h
#define RawLocationProvider_h

#import "AbstractLocationProvider.h"

@interface RawLocationProvider : AbstractLocationProvider<LocationProvider>

@end

#endif /* RawLocationProvider_h */
