package w2; import android.os.Bundle; import android.os.IInterface; public interface h extends IInterface { void b(Bundle bundle); }