2024-05-07 13:11:53 +04:00

13 lines
110 B
C++

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