562935844@qq.com
2023-09-05 98340bb2bbd3b0c8b877c7d3314023c40f942c02
1
2
3
4
5
6
7
8
9
10
11
package com.hdl.hdllinphonesdk.interfaces;
 
public interface AddressType {
    void setText(CharSequence var1);
 
    CharSequence getText();
 
    void setDisplayedName(String var1);
 
    String getDisplayedName();
}