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