1package com.android.hotspot2.osu;
2
3public interface OSUListener {
4    public void osuNotification(int count);
5}
6