react-native/Libraries/Geolocation/RCTLocationObserver.h

8 lines
152 B
C
Raw Normal View History

// Copyright 2004-present Facebook. All Rights Reserved.
#import "RCTBridgeModule.h"
@interface RCTLocationObserver : NSObject<RCTBridgeModule>
@end