package com.atguigu.java2;/** * @author Dxkstart * @create 2021-06-07 13:42 */public interface MyInterface { void info();}