9 lines
198 B
C#
9 lines
198 B
C#
namespace FoxTube.Core.Helpers
|
|
{
|
|
public static class Constants
|
|
{
|
|
public static string ApplicationId => "9ncqqxjtdlfh";
|
|
public static string AdsId => "1100044398";
|
|
}
|
|
}
|