#import @interface SBlockDisposable : NSObject - (instancetype)initWithBlock:(void (^)())block; @end