TLSharp/TeleSharp.TL/TL/Account/TLAbsPassword.cs

7 lines
98 B
C#
Raw Normal View History

2016-09-24 15:38:26 +02:00
namespace TeleSharp.TL.Account
{
public abstract class TLAbsPassword : TLObject
{
}
}