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

namespace GoogleMobileAds.Api
{
	public enum NativeAdType
	{
		CustomTemplate
	}
}