• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2019 Google Inc.
3  *
4  * Use of this source code is governed by a BSD-style license that can be
5  * found in the LICENSE file.
6  */
7 
8 #ifndef SkottieTextValue_DEFINED
9 #define SkottieTextValue_DEFINED
10 
11 #include "modules/skottie/include/SkottieProperty.h"
12 
13 namespace skottie {
14 typedef TextPropertyValue TextValue;
15 }  // namespace skottie
16 
17 #endif // SkottieTextValue_DEFINED
18