package com.qboxus.tictic.interfaces;

public interface FragmentDataSend {

    void onDataSent(String yourData);
}
