Swiftgram/Telegram/Watch/Extension/TGNeoConversationTimeRowController.h
2020-02-19 18:44:10 +04: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