#ifndef RCT_REMOVE_LEGACY_ARCH
#import <UIKit/UIKit.h>
#import <React/RCTBridge.h>
#import <React/RCTComponent.h>

@interface NVTitleBarView : UIView

-(id)initWithBridge: (RCTBridge *)bridge;

@end

#endif

