Skip to content

Commit c92a924

Browse files
committed
Update availability annotations
1 parent f6453cc commit c92a924

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

FirebaseAI/Sources/Types/Public/URLContextMetadata.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public struct URLContextMetadata: Sendable, Hashable {
2121

2222
// MARK: - Codable Conformances
2323

24+
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
2425
extension URLContextMetadata: Decodable {
2526
enum CodingKeys: CodingKey {
2627
case urlMetadata

FirebaseAI/Sources/Types/Public/URLMetadata.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public struct URLMetadata: Sendable, Hashable {
5858

5959
// MARK: - Codable Conformances
6060

61+
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
6162
extension URLMetadata: Decodable {
6263
enum CodingKeys: String, CodingKey {
6364
case retrievedURL = "retrievedUrl"

0 commit comments

Comments
 (0)