panlili2024
2025-02-27 bca03b5f891af5966a06b1ecd00f6cd573659ce6
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();
}