io.nextop.v15.fragment.DebugChildFragment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-v15 Show documentation
Show all versions of android-v15 Show documentation
Nextop client for Android 15+
The newest version!
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;
}