package com.minelittlepony.api.model;

import net.minecraft.util.Identifier;

public interface PreviewModel {
    Identifier getForm();
}