mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-26 01:26:00 +02:00
8 lines
145 B
Objective-C
8 lines
145 B
Objective-C
#import <SSignalKit/SDisposable.h>
|
|
|
|
@interface SBlockDisposable : NSObject <SDisposable>
|
|
|
|
- (instancetype)initWithBlock:(void (^)())block;
|
|
|
|
@end
|