import UIKit @objc(Application) class Application: UIApplication { override func sendEvent(_ event: UIEvent) { super.sendEvent(event) } }