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

117 lines
3.3 KiB
Java

package com.discord.utilities.channel;
import kotlin.jvm.internal.DefaultConstructorMarker;
/* compiled from: GuildChannelIconUtils.kt */
public abstract class GuildChannelIconType {
/* compiled from: GuildChannelIconUtils.kt */
public static final class Announcements extends GuildChannelIconType {
public static final Announcements INSTANCE = new Announcements();
private Announcements() {
super(null);
}
}
/* compiled from: GuildChannelIconUtils.kt */
public static final class Directory extends GuildChannelIconType {
public static final Directory INSTANCE = new Directory();
private Directory() {
super(null);
}
}
/* compiled from: GuildChannelIconUtils.kt */
public static abstract class Locked {
/* compiled from: GuildChannelIconUtils.kt */
public static final class Announcements extends GuildChannelIconType {
public static final Announcements INSTANCE = new Announcements();
private Announcements() {
super(null);
}
}
/* compiled from: GuildChannelIconUtils.kt */
public static final class Text extends GuildChannelIconType {
public static final Text INSTANCE = new Text();
private Text() {
super(null);
}
}
/* compiled from: GuildChannelIconUtils.kt */
public static final class Thread extends GuildChannelIconType {
public static final Thread INSTANCE = new Thread();
private Thread() {
super(null);
}
}
private Locked() {
}
}
/* compiled from: GuildChannelIconUtils.kt */
public static abstract class NSFW {
/* compiled from: GuildChannelIconUtils.kt */
public static final class Announcements extends GuildChannelIconType {
public static final Announcements INSTANCE = new Announcements();
private Announcements() {
super(null);
}
}
/* compiled from: GuildChannelIconUtils.kt */
public static final class Text extends GuildChannelIconType {
public static final Text INSTANCE = new Text();
private Text() {
super(null);
}
}
/* compiled from: GuildChannelIconUtils.kt */
public static final class Thread extends GuildChannelIconType {
public static final Thread INSTANCE = new Thread();
private Thread() {
super(null);
}
}
private NSFW() {
}
}
/* compiled from: GuildChannelIconUtils.kt */
public static final class Text extends GuildChannelIconType {
public static final Text INSTANCE = new Text();
private Text() {
super(null);
}
}
/* compiled from: GuildChannelIconUtils.kt */
public static final class Thread extends GuildChannelIconType {
public static final Thread INSTANCE = new Thread();
private Thread() {
super(null);
}
}
private GuildChannelIconType() {
}
public /* synthetic */ GuildChannelIconType(DefaultConstructorMarker defaultConstructorMarker) {
this();
}
}