mirror of
https://github.com/danog/Telegram.git
synced 2024-12-12 09:29:55 +01:00
15 lines
180 B
C
15 lines
180 B
C
#ifndef TelegraphKit_TGAppearance_h
|
|
#define TelegraphKit_TGAppearance_h
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
bool TGBackdropEnabled();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|