/* 
	XapLib Exporter generated class.
	Class for EmediaClient
	This class requires XapLib.js to be included before it.
*/


function EmediaClient()
{
	return _xap._make(this);
}

EmediaClient.prototype.GetCount = function(callback)
{

}

EmediaClient.prototype.GetCountLast30Days = function(callback)
{

}

var emediaClient = new EmediaClient();
