1package com.android.hotspot2.osu.commands;
2
3/**
4 * Marker interface
5 */
6public interface OSUCommandData {
7}
8