MrShi
2025-11-27 23e9c8e4e541b961db66681fec39767dd93be90f
1
2
3
4
5
package com.doumee.lib_coremodel.binding.command;
 
public interface BindingPAction {
    void call(Object... objects);
}