mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
12 lines
778 B
Text
12 lines
778 B
Text
|
|
/* Class = "IBUILabel"; accessibilityLabel = "Firstname"; ObjectID = "6"; */
|
|
"6.accessibilityLabel" = "Firstname";
|
|
|
|
/* Class = "IBUILabel"; text = "John"; ObjectID = "6"; */
|
|
"6.text" = "John";
|
|
|
|
/* Class = "IBUILabel"; accessibilityLabel = "Lastname"; ObjectID = "10"; */
|
|
"10.accessibilityLabel" = "Lastname";
|
|
|
|
/* Class = "IBUILabel"; text = "Doe"; ObjectID = "10"; */
|
|
"10.text" = "Doe";
|