package keijumt.devandroid.fragment import android.app.Fragment /** * Fragmentの基底クラス */ abstract class BaseFragment : Fragment() { }