2020-02-22 15:38:54 +04:00

8 lines
96 B
Objective-C

#import "TGWeakDelegate.h"
@implementation TGWeakDelegate
@synthesize object = _object;
@end