package com.github.nukc.plugin.axml.decode; public interface IVisitable { public void accept(IVisitor v); }