mirror of
https://github.com/danog/Telegram.git
synced 2024-12-11 08:59:48 +01:00
12 lines
270 B
Objective-C
12 lines
270 B
Objective-C
#import "WKInterfaceTable+TGDataDrivenTable.h"
|
|
|
|
@class TGChatTimestamp;
|
|
|
|
@interface TGNeoConversationTimeRowController : TGTableRowController
|
|
|
|
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *label;
|
|
|
|
- (void)updateWithTimestamp:(TGChatTimestamp *)timestamp;
|
|
|
|
@end
|