1. package com.atguigu.java2;
    2. /**
    3. * @author Dxkstart
    4. * @create 2021-06-07 13:42
    5. */
    6. public interface MyInterface {
    7. void info();
    8. }