forked from fanruan/design
Browse Source
* commit 'bf12471c63d847db213738e77d8b77f2258e0cdb': REPORT-8706 10.0启动后,设计器没有显示在最前端master
zack
7 years ago
5 changed files with 50 additions and 23 deletions
@ -0,0 +1,13 @@
|
||||
package com.fr.start; |
||||
|
||||
/** |
||||
* 启动动画监听 |
||||
* Created by zack on 2018/6/14. |
||||
*/ |
||||
public interface SplashFxActionListener { |
||||
/** |
||||
* 启动动画关闭 |
||||
*/ |
||||
void splashClose(); |
||||
|
||||
} |
Loading…
Reference in new issue