mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-30 15:10:56 +00:00
11 lines
169 B
Objective-C
11 lines
169 B
Objective-C
#import "TGBridgeLocationVenue+TGTableItem.h"
|
|
|
|
@implementation TGBridgeLocationVenue (TGTableItem)
|
|
|
|
- (NSString *)uniqueIdentifier
|
|
{
|
|
return self.identifier;
|
|
}
|
|
|
|
@end
|