mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
12 lines
762 B
Text
12 lines
762 B
Text
|
|
/* Class = "UILabel"; accessibilityLabel = "Firstname"; ObjectID = "6"; */
|
|
"6.accessibilityLabel" = "Firstname";
|
|
|
|
/* Class = "UILabel"; text = "John"; ObjectID = "6"; */
|
|
"6.text" = "John";
|
|
|
|
/* Class = "UILabel"; accessibilityLabel = "Lastname"; ObjectID = "10"; */
|
|
"10.accessibilityLabel" = "Lastname";
|
|
|
|
/* Class = "UILabel"; text = "Doe"; ObjectID = "10"; */
|
|
"10.text" = "Doe";
|