10 lines
177 B
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 {
|
||
|
|
||
|
}
|