package com.itap.voiceemoticon.activity; public interface INotify { public void notify(Notification notification); }