mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-06-08 11:03:55 +02:00
11 lines
192 B
Objective-C
11 lines
192 B
Objective-C
#import "TGBridgeMessage+TGTableItem.h"
|
|
|
|
@implementation TGBridgeMessage (TGTableItem)
|
|
|
|
- (NSString *)uniqueIdentifier
|
|
{
|
|
return [NSString stringWithFormat:@"%d", self.identifier];
|
|
}
|
|
|
|
@end
|