Playlist Generator  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Playlist2/SongProfileConnection.h
Go to the documentation of this file.
00001 //
00002 //  SongProfileConnection.h
00003 //  Playlist2
00004 //
00005 //  Created by Max Woolf on 26/11/2011.
00006 //  Copyright (c) 2011 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 
00011 @interface SongProfileConnection : NSURLConnection
00012 {
00013     NSString *trackID;
00014 }
00015 
00016 -(id)initWithRequest:(NSURLRequest *)request delegate:(id)delegate trackID:(NSString *)trackID;
00017 -(NSURLRequest *)getRequest;
00018 @end