8 lines
152 B
C
8 lines
152 B
C
|
// Copyright 2004-present Facebook. All Rights Reserved.
|
||
|
|
||
|
#import "RCTBridgeModule.h"
|
||
|
|
||
|
@interface RCTLocationObserver : NSObject<RCTBridgeModule>
|
||
|
|
||
|
@end
|