mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
7 lines
124 B
Java
7 lines
124 B
Java
|
|
package com.esotericsoftware.spine;
|
|
|
|
public interface AttachmentResolver {
|
|
public void resolve (Attachment attachment);
|
|
}
|