Skip to content

Commit

Permalink
Make protocol public
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyArzola committed Nov 8, 2022
1 parent bb0e612 commit 60d51a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OpenWeatherMap/OpenWeatherMapAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation
import Combine

typealias OpenWeatherMapAPI = (OpenWeatherMapAuthentication & OpenWeatherMapClosure & OpenWeatherMapCombine & OpenWeatherMapAsync)
public typealias OpenWeatherMapAPI = (OpenWeatherMapAuthentication & OpenWeatherMapClosure & OpenWeatherMapCombine & OpenWeatherMapAsync)

// MARK: - Authentication
public protocol OpenWeatherMapAuthentication {
Expand Down

0 comments on commit 60d51a9

Please sign in to comment.