#ifdef RCT_NEW_ARCH_ENABLED
#ifndef InAppContentBlocksPlaceholderComponentView_h
#define InAppContentBlocksPlaceholderComponentView_h

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

NS_ASSUME_NONNULL_BEGIN

@interface InAppContentBlocksPlaceholderComponentView : RCTViewComponentView
@end

NS_ASSUME_NONNULL_END

#endif /* InAppContentBlocksPlaceholderComponentView_h */
#endif /* RCT_NEW_ARCH_ENABLED */
