TLSharp/src/TgSharp.Generator/ConstructorAbs.tmp

16 lines
248 B
Plaintext
Raw Normal View History

2016-09-24 15:38:26 +02:00
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2016-09-24 15:38:26 +02:00
using TeleSharp.TL;
2016-09-24 15:38:26 +02:00
namespace /* NAMESPACE */
{
public abstract class /* NAME */ : TLObject
{
}
}