Created
July 7, 2009 21:24
-
-
Save sbrocket/142382 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Flowchat | |
| WatchListServiceRequest *addReq = [[WatchListServiceRequest alloc] initWithRequestType:WatchListServiceRequestAddToList appIdentifier:@"317685067" watchPrice:[NSNumber numberWithFloat:2.99]]; | |
| [[WatchListServiceConnection sharedConnection] performServiceRequest:addReq delegate:nil]; | |
| [addReq release]; | |
| // Rolando 2 | |
| addReq = [[WatchListServiceRequest alloc] initWithRequestType:WatchListServiceRequestAddToList appIdentifier:@"321084051" watchPrice:[NSNumber numberWithFloat:0.00]]; | |
| [[WatchListServiceConnection sharedConnection] performServiceRequest:addReq delegate:nil]; | |
| [addReq release]; | |
| // Things | |
| addReq = [[WatchListServiceRequest alloc] initWithRequestType:WatchListServiceRequestAddToList appIdentifier:@"284971781" watchPrice:[NSNumber numberWithFloat:5.99]]; | |
| [[WatchListServiceConnection sharedConnection] performServiceRequest:addReq delegate:nil]; | |
| [addReq release]; | |
| // Twitterrifc Premium | |
| addReq = [[WatchListServiceRequest alloc] initWithRequestType:WatchListServiceRequestAddToList appIdentifier:@"284542696" watchPrice:[NSNumber numberWithFloat:4.99]]; | |
| [[WatchListServiceConnection sharedConnection] performServiceRequest:addReq delegate:nil]; | |
| [addReq release]; | |
| // Stone Loops! of Jurrasica | |
| addReq = [[WatchListServiceRequest alloc] initWithRequestType:WatchListServiceRequestAddToList appIdentifier:@"315210057" watchPrice:[NSNumber numberWithFloat:1.99]]; | |
| [[WatchListServiceConnection sharedConnection] performServiceRequest:addReq delegate:nil]; | |
| [addReq release]; | |
| // Google Earth | |
| addReq = [[WatchListServiceRequest alloc] initWithRequestType:WatchListServiceRequestAddToList appIdentifier:@"293622097" watchPrice:[NSNumber numberWithFloat:0.99]]; | |
| [[WatchListServiceConnection sharedConnection] performServiceRequest:addReq delegate:nil]; | |
| [addReq release]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment