陈力
2023-06-09 cca5f79b3af36e5a908c5dfecbd30110febe3baa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.lotaai.canguiayw.smiledialog.interfac;
 
/**
 * Author: wangbl
 * Date: 2019/5/8 4:01 PM
 * Email:js_wangbl@hotmail.com
 * Description:dialog 提供对外方法
 */
public interface SmileDialogImpl {
 
    void show();
 
    void dismiss();
 
 
}