Renamed the APIClient protocol as AmiiboClient in the library target and also, make it a public protocol.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
import Foundation
|
||||
|
||||
/// A protocol that defines API clients containing all available endpoints to interact with.
|
||||
protocol APIClient {
|
||||
public protocol AmiiboClient {
|
||||
|
||||
// MARK: Functions
|
||||
|
||||
Reference in New Issue
Block a user