peter-iakovlev / Telegram

Telegram Messenger for iOS
3.21k stars 855 forks source link

cannot change source class in legacy component? #233

Open mehdin13 opened 6 years ago

mehdin13 commented 6 years ago

in version 4.6 telegram make legacy component and put some old class into that.(TGFont,TGDateUtils,…..) i need to change some classes like TGFont for adding custom font but when i want to change this class and add new class (TGAppdelegate.h) to it i got an error message that’s say can’t find tgappdelegate.h

is there any way to change this classes?