mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +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
|