admin
2022-11-30 fd238846980b17d893d703ac8e56869bd3f23c89
1
2
3
4
5
package com.lcjian.library.util.common;
 
public interface IClipboardContentListener {
    public void getContent(String content);
}