mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-29 17:10:31 +00:00
13 lines
246 B
Objective-C
13 lines
246 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <objc/objc-api.h>
|
|
|
|
@protocol HCTestFailureHandler;
|
|
|
|
|
|
/**
|
|
Returns chain of test failure handlers.
|
|
|
|
@ingroup integration
|
|
*/
|
|
OBJC_EXPORT id <HCTestFailureHandler> HC_testFailureHandlerChain(void);
|