2019-11-14 01:14:35 +04:00

8 lines
92 B
Objective-C

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