Blame view

C5/txpad/src/main/java/com/sunvote/txpad/base/BaseFragmentView.java 252 Bytes
fac86401   孙向锦   初始化C5 Vote
1
2
3
4
5
6
7
8
9
10
  package com.sunvote.txpad.base;
  
  /**
   * Created by Elvis on 2017/9/18.
   * Email:Eluis@psunsky.com
   * 版权所有:长沙中天电子设计开发有限公司
   * Description: 易测(ETest
   */
  public interface BaseFragmentView extends BaseView {
  }