discord-jadx/app/src/main/java/com/discord/utilities/billing/InAppSkuType.java
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

5 lines
128 B
Java

package com.discord.utilities.billing;
/* compiled from: GooglePlayInAppSku.kt */
public enum InAppSkuType {
PREMIUM_GIFT
}