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

package com.google.protobuf;

@CheckReturnValue
interface MessageInfo
{
    ProtoSyntax getSyntax();
    
    boolean isMessageSetWireFormat();
    
    MessageLite getDefaultInstance();
}
