#pragma once

#import <UIKit/UIKit.h>

@interface RNSBackBarButtonItem : UIBarButtonItem

@property (nonatomic) BOOL menuHidden;

@end
