2013-02-20 01:15:31 +01:00

7 lines
124 B
Java

package com.esotericsoftware.spine;
public interface AttachmentResolver {
public void resolve (Attachment attachment);
}