Guest User

Untitled

a guest
Mar 7th, 2021
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>items</key>
  6. <array>
  7. <dict>
  8. <key>cell</key>
  9. <string>PSGroupCell</string>
  10. <key>label</key>
  11. <string>StatusText First Page</string>
  12. </dict>
  13. <dict>
  14. <key>cell</key>
  15. <string>PSGroupCell</string>
  16. <key>label</key>
  17. <string>Socials</string>
  18. </dict>
  19. <dict>
  20. <key>cell</key>
  21. <string>PSButtonCell</string>
  22. <key>label</key>
  23. <string>Follow Me on Twitter!</string>
  24. <key>action</key>
  25. <string>openTwitter</string>
  26. </dict>
  27. <dict>
  28. <key>cell</key>
  29. <string>PSGroupCell</string>
  30. <key>label</key>
  31. <string>Settings</string>
  32. </dict>
  33. <dict>
  34. <key>cell</key>
  35. <string>PSEditTextCell</string>
  36. <key>label</key>
  37. <string></string>
  38. <key>key</key>
  39. <string>statusText</string>
  40. </dict>
  41. </array>
  42. <key>title</key>
  43. <string>StatusText</string>
  44. </dict>
  45. </plist>
  46.  
Advertisement
Add Comment
Please, Sign In to add comment