package J20250717.demo02_interface; /** * @author WanJl * @version 1.0 * @title Swim * @description * @create 2025/7/17 */ public interface Swim { void swim(); }