/* * 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 SkottieTextValue_DEFINED #define SkottieTextValue_DEFINED #include "modules/skottie/include/SkottieProperty.h" namespace skottie { typedef TextPropertyValue TextValue; } // namespace skottie #endif // SkottieTextValue_DEFINED