TLSharp/src/TeleSharp.Generator/ConstructorAbs.tmp
2020-04-02 16:37:22 +08:00

14 lines
246 B
Plaintext

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TeleSharp.TL;
namespace /* NAMESPACE */
{
public abstract class /* NAME */ : TLObject
{
}
}