Playlist Generator
1.0
|
#import <SpotifyURILookup.h>
Public Member Functions | |
(id) | - initWithTrackName:artistName:delegate: |
(NSURLRequest *) | - getSpotifyURIRequest |
Protected Attributes | |
NSString * | artistName |
NSString * | trackName |
NSURLConnection * | spotifyConnection |
- (NSURLRequest *) getSpotifyURIRequest |
- (id) initWithTrackName: | (NSString *) | track | |
artistName: | (NSString *) | artist | |
delegate: | (id) | delegate | |
- (NSString*) artistName [protected] |
- (NSURLConnection*) spotifyConnection [protected] |