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

8 lines
96 B
Objective-C

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