mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-27 00:17:39 +00:00
git-subtree-dir: submodules/Display git-subtree-mainline:9bc996374fgit-subtree-split:7bd11013ea
10 lines
160 B
Objective-C
10 lines
160 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface NSWeakReference : NSObject
|
|
|
|
@property (nonatomic, weak) id value;
|
|
|
|
- (instancetype)initWithValue:(id)value;
|
|
|
|
@end
|