blob: 91976201f8e5191f61f584c0361780246dad74af [file] [log] [blame]
package com.android.hotspot2.osu;
public interface OSUListener {
public void osuNotification(int count);
}