接口文件  |  5行  |  100 B

package another_package;
interface IFaz {
  void CanYouDealWithThisFoo(in some_package.IFoo foo);
}