package com.alibaba.sdk.android.pushwrapper;

public interface NotificationRemovedCallback {
    void onNotificationRemoved(String messageId);
}
