rk
2025-12-03 1fb6ce7f165e85cb9458d6e8d1b6bf7debc1e665
1
2
3
4
5
package com.doumee.lib_coremodel.binding.command;
 
public interface BindingPAction {
    void call(Object... objects);
}