DeviceKit
DeviceKit copied to clipboard
Volume capacity values properties not generated for tvOS
Volume capacity values
var volumeAvailableCapacity: Int?
…
var volumeTotalCapacity: Int?
are available for tvOS9+
but you have whole extension wrapped with #if os(iOS)