Skip to content

Commit d2fda3c

Browse files
author
Maxim Moiseev
committed
Fixing availability
1 parent 357f96f commit d2fda3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/SDK/Intents/INSearchCallHistoryIntent.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
import Foundation
1515

1616
#if os(iOS) || os(watchOS)
17-
@available(iOS 11.0, watchOS 4.0, *)
17+
@available(iOS 10.0, watchOS 3.2, *)
1818
extension INSearchCallHistoryIntent {
19-
@available(iOS 11.0, watchOS 4.0, *)
19+
@available(iOS 10.0, watchOS 3.2, *)
2020
@nonobjc
2121
public convenience init(
2222
dateCreated: INDateComponentsRange? = nil,

0 commit comments

Comments
 (0)