admin
2021-12-28 2e1e666a8e39059194dabff7115cb8897ea19a85
1
2
3
4
5
package com.hanju.lib.library.util.common;
 
public interface IClipboardContentListener {
    void getContent(String content);
}