// Copyright 2004-present Facebook. All Rights Reserved.

package com.facebook.react.uimanager.layoutanimation;

/**
 * Marker interface to indicate a given animation type takes care of updating the view layout.
 */
/* package */ interface HandleLayout {

}
