mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-23 16:16:08 +02:00
13 lines
245 B
Objective-C
13 lines
245 B
Objective-C
#import "TGNeoConversationRowController.h"
|
|
|
|
NSString *const TGNeoConversationRowIdentifier = @"TGNeoConversationRow";
|
|
|
|
@implementation TGNeoConversationRowController
|
|
|
|
+ (NSString *)identifier
|
|
{
|
|
return TGNeoConversationRowIdentifier;
|
|
}
|
|
|
|
@end
|