using System;
using System.Collections.Generic;

namespace InMobiAds.Api
{
	public class AdFetchSuccessEventArgs : EventArgs
	{
	    public AdMetaInfo AdMetaInfo { get; set; }
	}
}
