Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. -(NSMutableDictionary *) words
  2. {
  3.  
  4. NSURL *wordsURL=[NSURL URLWithString:@"http://cs193p.stanford.edu/vocabwords.txt"];
  5.  
  6. words=[[NSMutableDictionary dictionaryWithContentsOfURL:wordsURL] retain];
  7.  
  8.  
  9. return words;
  10. }
  11.  
  12. (lldb) continue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement