You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cordova-plugin-stripe-payments/src/ios/AppDelegate.swift

10 lines
177 B
Swift

import UIKit
// For Cordova, we can create an AppDelegate extension:
// https://stackoverflow.com/a/29288792
//MARK: extension StripePaymentsPlugin
extension AppDelegate {
}