blob: 0e58e7ccee3ba723144c44f465708aeba428e397 [file] [log] [blame]
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -parse -parse-as-library -verify %s
// REQUIRES: objc_interop
import UIKit
@UIApplicationMain
class MyDelegate: NSObject, UIApplicationDelegate {
}