#ifdef RCT_NEW_ARCH_ENABLED
#ifndef ContentBlockCarouselViewComponentView_h
#define ContentBlockCarouselViewComponentView_h

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

NS_ASSUME_NONNULL_BEGIN

@interface ContentBlockCarouselViewComponentView : RCTViewComponentView
@end

NS_ASSUME_NONNULL_END

#endif /* ContentBlockCarouselViewComponentView_h */
#endif /* RCT_NEW_ARCH_ENABLED */
