All Downloads are FREE. Search and download functionalities are using the official Maven repository.

co.fusionx.spotify.sync.SyncClient Maven / Gradle / Ivy

The newest version!
package co.fusionx.spotify.sync;

import co.fusionx.spotify.component.AlbumComponent;
import co.fusionx.spotify.component.ArtistComponent;
import co.fusionx.spotify.component.BaseComponent;
import co.fusionx.spotify.component.SearchComponent;
import co.fusionx.spotify.component.TrackComponent;

public interface SyncClient extends AlbumComponent, ArtistComponent, TrackComponent,
        SearchComponent, BaseComponent {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy