P0.java 76 B

12345
  1. package com.yihu.hos.broker.util.funct;
  2. public interface P0 {
  3. void e();
  4. }