#ifndef RCT_REMOVE_LEGACY_ARCH
#import <UIKit/UIKit.h>

@interface NVBarView : UIView

@property NSMutableArray *buttons;

@end

#endif

