package org.itsnat.droid.impl.xmlinflater.layout; import android.view.View; /** * Created by jmarranz on 8/09/14. */ public class PendingViewPostCreateProcessDefault extends PendingViewPostCreateProcess { public PendingViewPostCreateProcessDefault(View view) { super(view); } }