10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
|
package android.util;
|
||
|
|
||
|
/**
|
||
|
* @hide
|
||
|
*/
|
||
|
parcelable PropertyParcel {
|
||
|
String property;
|
||
|
String value;
|
||
|
}
|