summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/GoogleMobileAds/Api/CustomNativeEventArgs.cs
blob: 692b54b863b55e9cc2d5c48e889d58324fa63b02 (plain)
1
2
3
4
5
6
7
8
9
using System;

namespace GoogleMobileAds.Api
{
	public class CustomNativeEventArgs : EventArgs
	{
		public CustomNativeTemplateAd nativeAd { get; set; }
	}
}