6 lines
133 B
C#
6 lines
133 B
C#
namespace Manager.YouTube.Util.Cipher.Operations;
|
|
|
|
public interface ICipherOperation
|
|
{
|
|
string Decipher(string cipherSignature);
|
|
} |