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

package com.google.protobuf;

@CheckReturnValue
interface NewInstanceSchema
{
    Object newInstance(final Object defaultInstance);
}
