2019-09-01 13:29:50 +04:00

8 lines
92 B
Objective-C

#import <Foundation/Foundation.h>
@protocol SDisposable <NSObject>
- (void)dispose;
@end