package com.swmansion.common;

public interface GestureHandlerStateManager {
  void setGestureHandlerState(int handlerTag, int newState);
}
