Files
Swiftgram/TelegramCore/TryCatchCpp.h
2016-08-16 14:02:36 +03:00

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