Swiftgram/LegacyComponents/TGWeakDelegate.h
2017-07-28 16:50:06 +03:00

8 lines
115 B
Objective-C

#import <Foundation/Foundation.h>
@interface TGWeakDelegate : NSObject
@property (atomic, weak) id object;
@end