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