/* * Copyright 2019 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkottieRangeSelector_DEFINED #define SkottieRangeSelector_DEFINED #include "include/core/SkRefCnt.h" #include "modules/skottie/src/text/TextAnimator.h" #include <cstddef> #include <cstdint> #include <tuple> namespace skjson { class ObjectValue; } namespace skottie { namespace internal { class AnimatablePropertyContainer; class AnimationBuilder; class RangeSelector final : public SkNVRefCnt<RangeSelector> { … }; } // namespace internal } // namespace skottie #endif // SkottieRangeSelector_DEFINED