// MyFancyLibrary.h

#import <React/RCTBridgeModule.h>
#import <shared.h>

@interface MyFancyLibrary : NSObject <RCTBridgeModule>

@end
