mirror of
https://github.com/danog/Telegram.git
synced 2024-12-12 09:29:55 +01:00
13 lines
275 B
Mathematica
13 lines
275 B
Mathematica
|
#import "TGNeoConversationSimpleRowController.h"
|
||
|
|
||
|
NSString *const TGNeoConversationSimpleRowIdentifier = @"TGNeoConversationSimpleRow";
|
||
|
|
||
|
@implementation TGNeoConversationSimpleRowController
|
||
|
|
||
|
+ (NSString *)identifier
|
||
|
{
|
||
|
return TGNeoConversationSimpleRowIdentifier;
|
||
|
}
|
||
|
|
||
|
@end
|