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

@interface AppInboxButtonComponentView : RCTViewComponentView
@end

#endif
