UNPKG

384 Btext/x-cView Raw
1// Copyright 2018-present 650 Industries. All rights reserved.
2
3#import <CoreLocation/CLLocationManagerDelegate.h>
4#import <UMTaskManagerInterface/UMTaskConsumerInterface.h>
5
6NS_ASSUME_NONNULL_BEGIN
7
8@interface EXLocationTaskConsumer : NSObject <UMTaskConsumerInterface, CLLocationManagerDelegate>
9
10@property (nonatomic, strong) id<UMTaskInterface> task;
11
12@end
13
14NS_ASSUME_NONNULL_END