// Copyright © 2022 Olo Inc. All rights reserved.
// This software is made available under the Olo Pay SDK License (See LICENSE.md file)

#ifdef __cplusplus

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

NS_ASSUME_NONNULL_BEGIN

@interface DigitalWalletButtonComponentView : RCTViewComponentView

@end

NS_ASSUME_NONNULL_END

#endif
