//
//  PaneView.h
//  A11y
//
//  Created by Artur Kalach on 10.10.2022.
//  Copyright © 2022 Facebook. All rights reserved.
//


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

#ifndef PaneView_h
#define PaneView_h

NS_ASSUME_NONNULL_BEGIN

@interface RCA11yPaneView : RCTViewComponentView
@end

NS_ASSUME_NONNULL_END

#endif /* NativeComponentExampleComponentView_h */
#endif /* RCT_NEW_ARCH_ENABLED */
