blob: 69fff1c3d7c5328a26553bf4d029c35d6a666eee [file] [log] [blame]
package com.savoirfairelinux.sflphone.interfaces;
import android.content.Intent;
public interface AccountsInterface {
public void accountsChanged();
public void accountStateChanged(Intent accountState);
}