mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-31 23:31:37 +02:00
11 lines
169 B
Objective-C
11 lines
169 B
Objective-C
#import <SSignalKit/SSignal.h>
|
|
|
|
@interface SSignal (Single)
|
|
|
|
+ (SSignal *)single:(id)next;
|
|
+ (SSignal *)fail:(id)error;
|
|
+ (SSignal *)never;
|
|
+ (SSignal *)complete;
|
|
|
|
@end
|