mirror of
https://github.com/danog/Telegram.git
synced 2025-01-06 04:58:56 +01:00
16 lines
406 B
C
16 lines
406 B
C
|
#import "WKInterfaceTable+TGDataDrivenTable.h"
|
||
|
|
||
|
@class TGUserHandle;
|
||
|
|
||
|
@interface TGUserHandleRowController : TGTableRowController
|
||
|
|
||
|
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *handleLabel;
|
||
|
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *typeLabel;
|
||
|
|
||
|
- (void)updateWithUserHandle:(TGUserHandle *)userHandle;
|
||
|
|
||
|
@end
|
||
|
|
||
|
@interface TGUserHandleActiveRowController : TGUserHandleRowController
|
||
|
|
||
|
@end
|