mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-10 18:28:57 +00:00
8 lines
134 B
Objective-C
8 lines
134 B
Objective-C
#import "SDisposable.h"
|
|
|
|
@interface SBlockDisposable : NSObject <SDisposable>
|
|
|
|
- (instancetype)initWithBlock:(void (^)())block;
|
|
|
|
@end
|