package com.sf.day10.integerfacetest01.manyinterface; public interface B { void run(); }