//
//  ActivityLocationProvider.h
//  BackgroundGeolocation
//
//  Created by Marian Hello on 14/09/2016.
//  Copyright © 2016 mauron85. All rights reserved.
//

#ifndef ActivityLocationProvider_h
#define ActivityLocationProvider_h

#import "AbstractLocationProvider.h"

@interface ActivityLocationProvider : AbstractLocationProvider<LocationProvider>

@end

#endif /* ActivityLocationProvider_h */
