blob: 913a157db20abe4d0d00ecf836404c933a22ef75 [file] [log] [blame]
// RUN: %target-build-swift %s
// REQUIRES: objc_interop
// OS X does not have HomeKit.
// UNSUPPORTED: OS=macosx
import HomeKit
if #available(iOS 8.0, watchOS 2.0, tvOS 10.0, *) {
let s: String = HMCharacteristicPropertySupportsEventNotification
}