10 lines
177 B
Swift
Raw Normal View History

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