Skip to content

Commit 57ca18b

Browse files
author
lizhuoli
committed
Fix TimeZone does not conforms to _ObjectiveCBridgeable, while we have NSTimeZone already
1 parent efedfc3 commit 57ca18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Foundation/TimeZone.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ extension TimeZone : CustomStringConvertible, CustomDebugStringConvertible, Cust
255255
}
256256
}
257257

258-
extension TimeZone {
258+
extension TimeZone : _ObjectiveCBridgeable {
259259
public static func _isBridgedToObjectiveC() -> Bool {
260260
return true
261261
}

0 commit comments

Comments
 (0)