mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-19 09:41:29 +00: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
|