2020-02-19 18:44:10 +04:00

11 lines
117 B
Objective-C

#import "TGChatInfo.h"
@implementation TGChatInfo
- (NSString *)uniqueIdentifier
{
return @"chatInfo";
}
@end