TLSharp/TeleSharp.Generator/ConstructorAbs.tmp
2017-04-04 04:38:06 +04:30

15 lines
267 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
{
/* PARAMS */
}
}