mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 00:21:12 +00:00
9 lines
123 B
Objective-C
9 lines
123 B
Objective-C
#import "SSignal.h"
|
|
|
|
@interface SSignal (Catch)
|
|
|
|
- (SSignal *)catch:(SSignal *(^)(id error))f;
|
|
- (SSignal *)restart;
|
|
|
|
@end
|