3
13693261870
2022-09-16 63ba114e70e380442fcbed4a5157ee52c9491216
1
2
3
4
5
6
7
package com.landtool.lanbase.UNUSED;
 
public interface SpiInterface {
 
    public void  hello();
 
}