package com.visticsolution.posterbanao.editor.moviewidget;

public interface SaveVideoResponse {
    void onVideoSAve(String s);
}
