/**
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
*
* Do not edit this file as changes may cause incorrect behavior and will be lost
* once the code is regenerated.
*
* @generated by codegen project: GeneratePropsJavaInterface.js
*/

package com.facebook.react.viewmanagers;

import android.view.View;
import androidx.annotation.Nullable;
import com.facebook.react.uimanager.ViewManagerWithGeneratedInterface;

public interface RnFadeWrapperViewManagerInterface<T extends View> extends ViewManagerWithGeneratedInterface {
  void setColor(T view, @Nullable Integer value);
  void setSizeTop(T view, float value);
  void setSizeRight(T view, float value);
  void setSizeBottom(T view, float value);
  void setSizeLeft(T view, float value);
}
