/**
 * Created by jd on 10/09/2015.
 */

interface IToast
{
    message:string;
    position:string;
}
