mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 19:22:45 +00:00
10 lines
174 B
C#
10 lines
174 B
C#
namespace Streetwriters.Common.Enums
|
|
{
|
|
public enum SubscriptionProvider
|
|
{
|
|
STREETWRITERS = 0,
|
|
APPLE = 1,
|
|
GOOGLE = 2,
|
|
PADDLE = 3
|
|
}
|
|
} |