Guest User

Untitled

a guest
Jan 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. import Foundation
  2.  
  3. /**
  4. This public class is a struct collection of accessbility identifiers of **UIElements**, mostly used for **UITesting**.
  5. */
  6. public class AccessibilityIdentifiers {
  7.  
  8. // Accessibility Identifiers for one ViewController
  9. struct <#ViewController#> {
  10. static let <#Name#> = <#String#>
  11. }
  12.  
  13. // ...
  14. struct <#ViewController#> {
  15. static let <#Name#> = <#String#>
  16. }
  17. }
Add Comment
Please, Sign In to add comment