mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-01 07:57:01 +00:00
14 lines
169 B
C++
14 lines
169 B
C++
#ifndef CoordinateSpace_hpp
|
|
#define CoordinateSpace_hpp
|
|
|
|
namespace lottie {
|
|
|
|
enum class CoordinateSpace {
|
|
Type2d,
|
|
Type3d
|
|
};
|
|
|
|
}
|
|
|
|
#endif /* CoordinateSpace_hpp */
|