package io.netty.handler.codec.http2;

/* JADX INFO: loaded from: classes.dex */
public interface Http2Frame {
    String name();
}
