mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
13 lines
110 B
C++
13 lines
110 B
C++
#ifndef CTFont_hpp
|
|
#define CTFont_hpp
|
|
|
|
namespace lottie {
|
|
|
|
class CTFont {
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif /* CTFont_hpp */
|