Swiftgram/Watch/Extension/TGChatInfo.m
2018-11-14 23:03:33 +04:00

11 lines
117 B
Objective-C

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