// 
// Decompiled by Procyon v0.6.0
// 

package com.google.protobuf;

public enum ProtoSyntax
{
    PROTO2, 
    PROTO3, 
    EDITIONS;
}
