#ifdef RCT_NEW_ARCH_ENABLED

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

#ifndef ApplePayNativeComponent_h
#define ApplePayNativeComponent_h

NS_ASSUME_NONNULL_BEGIN

@interface ApplePay : RCTViewComponentView
@end

NS_ASSUME_NONNULL_END

#endif /* ApplePayNativeComponent_h */
#endif /* RCT_NEW_ARCH_ENABLED */
