001package cpw.mods.fml.relauncher;
002
003public interface IClassTransformer
004{
005    public byte[] transform(String name, byte[] bytes);
006}