mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-24 04:58:59 +00:00
14 lines
182 B
C
14 lines
182 B
C
#ifndef Telegram_TryCatchCpp_h
|
|
#define Telegram_TryCatchCpp_h
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void tryCatchCpp(void (^block)());
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif |