Peter-Schorn / SpotifyAPI

A Swift library for the Spotify web API. Supports all endpoints.
https://peter-schorn.github.io/SpotifyAPI/documentation/spotifywebapi
MIT License
251 stars 32 forks source link

Add _assertNotOnUpdateAuthInfoDispatchQueue to AuthorizationManager protocol #17

Closed Ivorforce closed 3 years ago

Ivorforce commented 3 years ago

… to avoid the type check if in callers. Since this is not a required method, it is provided with a default implementation.

Prework for https://github.com/Peter-Schorn/SpotifyAPI/pull/14/

Ivorforce commented 3 years ago

This PR is a reformat-only PR and does not affect functionality or interfaces.