Home | History | Annotate | Download | only in commands
      1 package com.android.hotspot2.osu.commands;
      2 
      3 /**
      4  * Marker interface
      5  */
      6 public interface OSUCommandData {
      7 }
      8