Conformed the AmiiboLiveClient client type in the library target to the AmiiboClient protocol.
This commit is contained in:
@@ -36,10 +36,10 @@ public struct AmiiboLiveClient {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - APIClient
|
// MARK: - AmiiboClient
|
||||||
// TODO: Remove the documentation from the functions inside the following extension as the `--enable-inherited-docs` flag when generating DocC documentation is not working as intended (?).
|
// TODO: Remove the documentation from the functions inside the following extension as the `--enable-inherited-docs` flag when generating DocC documentation is not working as intended (?).
|
||||||
|
|
||||||
extension AmiiboLiveClient: APIClient {
|
extension AmiiboLiveClient: AmiiboClient {
|
||||||
|
|
||||||
// MARK: Functions
|
// MARK: Functions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user