#ifndef RCT_REMOVE_LEGACY_ARCH
#import "NVBarView.h"

#import <UIKit/UIKit.h>

@interface NVLeftBarView : NVBarView

@property (nonatomic, assign) BOOL supplementBack;

@end

#endif

