#ifdef RCT_NEW_ARCH_ENABLED

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

#ifndef CardNativeComponent_h
#define CardNativeComponent_h

NS_ASSUME_NONNULL_BEGIN

@interface Card : RCTViewComponentView
- (void)submit;
- (void)tokenize;
@end

NS_ASSUME_NONNULL_END

#endif /* CardNativeComponent_h */
#endif /* RCT_NEW_ARCH_ENABLED */
