Advertisement
Guest User

Untitled

a guest
Aug 11th, 2017
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. [Session started at 2011-04-14 07:40:51 +0200.]
  2. 2011-04-14 07:40:57.815 CompanyAddressBook[1538:207] NSArray values: (
  3. {
  4. address = "1, infinite loop, CA";
  5. category = "Chief Operating Officier";
  6. email = "cook.t@apple.com";
  7. "first_name" = Tim;
  8. id = 1;
  9. "last_name" = COOK;
  10. phonen = "555 000000";
  11. },
  12. {
  13. address = "1, infinite loop, CA";
  14. category = "Chief Executing Officier";
  15. email = "steve.j@apple.com";
  16. "first_name" = steve;
  17. id = 2;
  18. "last_name" = JOBS;
  19. phonen = "555 000000";
  20. },
  21. {
  22. address = "1, infinite loop, CA";
  23. category = "Senior Vice President of Software Engineering";
  24. email = "serlet.b@apple.com";
  25. "first_name" = Bertrand;
  26. id = 3;
  27. "last_name" = SERLET;
  28. phonen = "555 000000";
  29. },
  30. {
  31. address = "1, infinite loop, CA";
  32. category = "Senior Vice President, iPhone Software";
  33. email = "scott.f@apple.com";
  34. "first_name" = Scott;
  35. id = 4;
  36. "last_name" = FORSTALL;
  37. phonen = "555 000000";
  38. },
  39. {
  40. address = "1, infinite loop, CA";
  41. category = "Senior Vice President of Worldwide Product Marketing";
  42. email = "schiler.p@apple.com";
  43. "first_name" = Philip;
  44. id = 5;
  45. "last_name" = SCHILLER;
  46. phonen = "555 000000";
  47. },
  48. {
  49. address = "1, infinite loop, CA";
  50. category = "Senior Vice President, Industrial Design";
  51. email = "jonathan.i@apple.com";
  52. "first_name" = Jonathan;
  53. id = 6;
  54. "last_name" = Ive;
  55. phonen = "555 000000";
  56. }
  57. ), NSArray count: 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement