1
0
mirror of https://github.com/danog/Telegram.git synced 2024-12-11 08:59:48 +01:00
Telegram/Watch/Extension/TGNeoConversationTimeRowController.h
2016-02-25 01:03:51 +01:00

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