IStitchModuleManager

public interface IStitchModuleManager {

    // nullable
    IStitchModule get(String name);

}

Last updated