ssap_app/node_modules/expo-location/ios/TaskConsumers/EXLocationTaskConsumer.h

15 lines
377 B
Objective-C

// Copyright 2018-present 650 Industries. All rights reserved.
#import <CoreLocation/CLLocationManagerDelegate.h>
#import <ExpoModulesCore/EXTaskConsumerInterface.h>
NS_ASSUME_NONNULL_BEGIN
@interface EXLocationTaskConsumer : NSObject <EXTaskConsumerInterface, CLLocationManagerDelegate>
@property (nonatomic, strong) id<EXTaskInterface> task;
@end
NS_ASSUME_NONNULL_END