package com.google.protobuf;

import java.util.List;
/* loaded from: classes5.dex */
public interface ProtocolStringList extends List<String> {
    List<ByteString> asByteStringList();
}
