interface android.widget.TabHost$ContentStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.widget.TabHost$ContentStrategy
  super_class: java.lang.Object
{
  public abstract android.view.View getContentView();
    descriptor: ()Landroid/view/View;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void tabClosed();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "TabHost.java"
NestHost: android.widget.TabHost
InnerClasses:
  private abstract ContentStrategy = android.widget.TabHost$ContentStrategy of android.widget.TabHost