package com.brink.main.contracts; import java.util.Hashtable; public interface IJSONCreater { Hashtable<String, String> Create(); }