mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-29 03:15:59 +02:00
8 lines
92 B
Objective-C
8 lines
92 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@protocol SDisposable <NSObject>
|
|
|
|
- (void)dispose;
|
|
|
|
@end
|