package io.netty.util;

/* JADX INFO: loaded from: classes.dex */
public interface IntSupplier {
    int get() throws Exception;
}
