#ifdef RCT_NEW_ARCH_ENABLED

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

#ifndef FlowNativeComponent_h
#define FlowNativeComponent_h

NS_ASSUME_NONNULL_BEGIN

@interface Flow : RCTViewComponentView
- (void)submit;
- (void)tokenize;
- (void)update:(NSInteger)amount currency:(NSString *)currency;
@end

NS_ASSUME_NONNULL_END

#endif /* FlowNativeComponent_h */
#endif /* RCT_NEW_ARCH_ENABLED */
