Advertisement
Guest User

Check_Contacts_Request

a guest
Jul 29th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. {
  2. lists = (
  3. {
  4. email = "anna-haro@mac.com";
  5. name = "Anna Haro";
  6. },
  7. {
  8. email = "d-higgins@mac.com";
  9. name = "Daniel Higgins";
  10. },
  11. {
  12. email = "hank-zakroff@mac.com";
  13. name = "Hank Zakroff";
  14. },
  15. {
  16. email = "John-Appleseed@mac.com";
  17. name = "John Appleseed";
  18. },
  19. {
  20. email = "kate-bell@mac.com";
  21. name = "Kate Bell";
  22. }
  23. );
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement