mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-07 16:11:13 +00:00
10 lines
144 B
Objective-C
10 lines
144 B
Objective-C
#import "SSignal.h"
|
|
|
|
#import "SQueue.h"
|
|
|
|
@interface SSignal (Timing)
|
|
|
|
- (SSignal *)delay:(NSTimeInterval)seconds onQueue:(SQueue *)queue;
|
|
|
|
@end
|