using System; using System.Text; namespace SpotifyAPIv1 { public enum AlbumArtSize { SIZE_160, SIZE_320, SIZE_640 } public enum CFIDResponse { SUCCESS, ERROR, NOT_LOGGED_IN } }