2024-05-08 22:43:27 +04:00

13 lines
110 B
C++

#ifndef CTFont_hpp
#define CTFont_hpp
namespace lottie {
class CTFont {
};
}
#endif /* CTFont_hpp */