File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
@_exported import PassKit
2
2
import Foundation
3
3
4
- @available ( iOS, introduced= 6.0 )
4
+ @available ( iOS, introduced: 6.0 )
5
5
extension PKPassKitErrorCode : _BridgedNSError {
6
6
public static var _nsErrorDomain : String { return PKPassKitErrorDomain }
7
7
}
Original file line number Diff line number Diff line change 1
1
@_exported import WatchConnectivity
2
2
import Foundation
3
3
4
- @available ( iOS, introduced= 9.0 )
4
+ @available ( iOS, introduced: 9.0 )
5
5
extension WCErrorCode : _BridgedNSError {
6
6
public static var _nsErrorDomain : String { return WCErrorDomain }
7
7
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ extension WatchKitErrorCode : _BridgedNSError {
18
18
public static var _nsErrorDomain : String { return WatchKitErrorDomain }
19
19
}
20
20
21
- @available ( iOS, introduced= 8.2 )
21
+ @available ( iOS, introduced: 8.2 )
22
22
extension WKInterfaceController {
23
23
// Swift convenience type (class) method for
24
24
// reloadRootControllersWithNames:contexts: that takes an array of tuples
You can’t perform that action at this time.
0 commit comments