Advertisement
Guest User

Untitled

a guest
Nov 29th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. shape= { 1,2,3,4,5,6,7}
  2. if([shapes containsObject:@"10"])
  3. {
  4. ...
  5. }
  6. else if([shapes containsObject:@"1"])
  7. {
  8. ...
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement