package com.architectd.twitter.dataHandle { public interface IDataHandler { function getResponseData(raw:String):*; } }