Playlist Generator
1.0
|
#import <DisplayPlaylistViewController.h>
Public Member Functions | |
(id) | - initWithArtistArray:tracksArray: |
(BOOL) | - resultsExistForJSON: |
Protected Attributes | |
NSArray * | artistList |
NSArray * | trackList |
NSMutableArray * | activityIndicators |
NSMutableArray * | cells |
NSMutableArray * | URLs |
IBOutlet UITableView * | table |
MBProgressHUD * | hud |
int | currentConnectionNumber |
NSMutableArray * | connections |
NSMutableData * | receivedData |
- (id) initWithArtistArray: | (NSArray *) | artists | |
tracksArray: | (NSArray *) | tracks | |
- (BOOL) resultsExistForJSON: | (NSString *) | jsonString |
- (NSMutableArray*) activityIndicators [protected] |
- (NSArray*) artistList [protected] |
- (NSMutableArray*) cells [protected] |
- (NSMutableArray*) connections [protected] |
- (int) currentConnectionNumber [protected] |
- (MBProgressHUD*) hud [protected] |
- (NSMutableData*) receivedData [protected] |
- (IBOutlet UITableView*) table [protected] |
- (NSArray*) trackList [protected] |
- (NSMutableArray*) URLs [protected] |