package io.nextop.v15.fragment; import io.nextop.v15.rx.RxFragment; import javax.annotation.Nullable; public class DebugChildFragment extends RxFragment { @Nullable protected DebugFragment debugFragment = null; }