// Copyright © 2022 Olo Inc. All rights reserved.
// This software is made available under the Olo Pay SDK License (See LICENSE.md file)
//
//  DigitalWalletButtonManager.m
//  OlopaysdkReactNative
//
//  Created by Justin Anderson on 4/18/25.
//

#import <Foundation/Foundation.h>
#import "React/RCTViewManager.h"
#import "React/RCTUIManager.h"
#import "React/RCTLog.h"

@interface RCT_EXTERN_MODULE(DigitalWalletButtonManager, RCTViewManager)

RCT_EXPORT_VIEW_PROPERTY(onClickedEvent, RCTDirectEventBlock)
RCT_EXPORT_VIEW_PROPERTY(isEnabled, BOOL)
RCT_EXPORT_VIEW_PROPERTY(applePayConfig, NSDictionary)

@end
