IOS
hefeixia
2021-02-18 49f3c1374873f73dbde2983ca0fcf1fb10bfedbf
1
2
3
4
5
6
7
package com.lqr.emoji;
 
public interface IEmotionSelectedListener {
    void onEmojiSelected(String key);
 
    void onStickerSelected(String categoryName, String stickerName, String stickerBitmapPath);
}