1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-10-17 09:42:45 +02:00
TweetDuck/lib/TweetLib.Browser/Interfaces/IResponseProcessor.cs

6 lines
119 B
C#

namespace TweetLib.Browser.Interfaces {
public interface IResponseProcessor {
byte[] Process(byte[] response);
}
}