package com.qboxus.tictic.interfaces;


import java.io.File;

public interface GenrateFileCallback {
    void onResult(File file);
}
