#ifndef AutoLayoutViewComponentView_h
#define AutoLayoutViewComponentView_h

#ifdef RCT_NEW_ARCH_ENABLED

#import <UIKit/UIKit.h>
#import <React/RCTViewComponentView.h>

@interface AutoLayoutViewComponentView : RCTViewComponentView

@end


#endif /* RCT_NEW_ARCH_ENABLED */

#endif /* AutoLayoutViewComponentView_h */
