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