Files
swift-mirror/test/stdlib/TestHomeKit.swift
2016-09-01 16:51:43 -07:00

13 lines
255 B
Swift

// 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
}