mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-01-15 14:42:46 +01:00
7 lines
97 B
C#
7 lines
97 B
C#
namespace TweetLib.Core.Features.Twitter {
|
|
public enum ImageQuality {
|
|
Default,
|
|
Best
|
|
}
|
|
}
|