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

6 lines
97 B
C#
Raw Normal View History

2016-09-24 17:08:26 +03:30
namespace TeleSharp.TL.Account
{
public abstract class TLAbsPassword : TLObject
{
}
2017-04-13 13:38:01 +07:00
}