package io.netty.buffer;

/* JADX INFO: loaded from: classes.dex */
public interface ByteBufAllocatorMetricProvider {
    ByteBufAllocatorMetric metric();
}
