1
0
mirror of https://github.com/danog/Telegram.git synced 2024-12-12 09:29:55 +01:00
Telegram/legacy/TelegraphKit/TGAppearance.h
2016-02-25 01:03:51 +01:00

15 lines
180 B
C

#ifndef TelegraphKit_TGAppearance_h
#define TelegraphKit_TGAppearance_h
#ifdef __cplusplus
extern "C" {
#endif
bool TGBackdropEnabled();
#ifdef __cplusplus
}
#endif
#endif