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