#import <React/RCTViewComponentView.h>
#import <UIKit/UIKit.h>

#ifndef MenuViewNativeComponent_h
#define MenuViewNativeComponent_h

NS_ASSUME_NONNULL_BEGIN

@interface MenuView : RCTViewComponentView
@end

NS_ASSUME_NONNULL_END

#endif /* MenuViewNativeComponent_h */
