android.support.v4.internal.view.SupportSubMenu.java Source code

Java tutorial

Introduction

Here is the source code for android.support.v4.internal.view.SupportSubMenu.java

Source

package android.support.v4.internal.view;

import android.view.SubMenu;

public interface SupportSubMenu extends SupportMenu, SubMenu {
}