mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-26 07:57:41 +00:00
git-subtree-dir: submodules/SSignalKit git-subtree-mainline:4459dc5b47git-subtree-split:359b2ee7c9
8 lines
140 B
Objective-C
8 lines
140 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface DeallocatingObject : NSObject
|
|
|
|
- (instancetype)initWithDeallocated:(bool *)deallocated;
|
|
|
|
@end
|