Skip to content

Commit

Permalink
1.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Jun 18, 2024
1 parent a449d1e commit 65c9b6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/SwiftAPIClient/Extensions/URLComponentBuilder.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import Foundation
#if canImport(FoundationNetworking)
import FoundationNetworking
#endif

/// A protocol that defines a type capable of configuring URLComponents.
public protocol URLComponentBuilder {
Expand Down

0 comments on commit 65c9b6a

Please sign in to comment.