mirror of
https://github.com/danog/Telegram.git
synced 2024-12-05 13:29:05 +01:00
14 lines
221 B
C
14 lines
221 B
C
|
//
|
||
|
// TGNeoConversationSimpleRowController.h
|
||
|
// Telegraph
|
||
|
//
|
||
|
// Created by Ilya Laktyushin on 18/09/15.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#import "TGNeoRowController.h"
|
||
|
|
||
|
@interface TGNeoConversationSimpleRowController : TGNeoRowController
|
||
|
|
||
|
@end
|