discord-jadx/app/src/main/java/com/discord/utilities/channel/GuildChannelIconType.java

136 lines
3.8 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);
}
}
/* compiled from: GuildChannelIconUtils.kt */
public static final class Voice extends GuildChannelIconType {
public static final Voice INSTANCE = new Voice();
private Voice() {
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);
}
}
/* compiled from: GuildChannelIconUtils.kt */
public static final class Voice extends GuildChannelIconType {
public static final Voice INSTANCE = new Voice();
private Voice() {
super(null);
}
}
private GuildChannelIconType() {
}
public /* synthetic */ GuildChannelIconType(DefaultConstructorMarker defaultConstructorMarker) {
this();
}
}