hades
5 years ago
5 changed files with 8 additions and 31 deletions
@ -1,20 +0,0 @@
|
||||
package com.fr.design.mainframe.mobile.ui; |
||||
|
||||
import com.fr.design.beans.BasicBeanPane; |
||||
import com.fr.form.ui.mobile.MobileBookMarkStyle; |
||||
|
||||
/** |
||||
* @author hades |
||||
* @version 10.0 |
||||
* Created by hades on 2019/12/23 |
||||
*/ |
||||
public abstract class MobileBookMarkStyleCustomDefinePane extends BasicBeanPane<MobileBookMarkStyle> { |
||||
|
||||
public MobileBookMarkStyleCustomDefinePane() { |
||||
initComponent(); |
||||
} |
||||
|
||||
protected abstract void initComponent(); |
||||
|
||||
|
||||
} |
Loading…
Reference in new issue