package com.paypalwebpayments import com.facebook.react.bridge.ReactApplicationContext abstract class PaypalWebPaymentsSpec internal constructor(context: ReactApplicationContext) : NativePaypalWebPaymentsSpec(context) { }