package com.architectd.digg.data.handle { public interface IResponseHandler { function getResult(raw:String):Array; } }