mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-24 00:25:58 +02:00
11 lines
210 B
Objective-C
11 lines
210 B
Objective-C
#import <LegacyComponents/TGMessageEntityUrl.h>
|
|
|
|
@implementation TGMessageEntityUrl
|
|
|
|
- (BOOL)isEqual:(id)object
|
|
{
|
|
return [super isEqual:object] && [object isKindOfClass:[TGMessageEntityUrl class]];
|
|
}
|
|
|
|
@end
|