package com.alibaba.sdk.android.pushwrapper;

public interface MessageReceivedCallback {
    void receive(String title, String content);
}
