package org.robobinding;
import android.view.View;
/**
*
* @since 1.0
* @version $Revision: 1.0 $
* @author Cheng Wei
*/
public interface PredefinedPendingAttributesForView {
PendingAttributesForView createPendingAttributesForView(View rootView);
}