mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Added .gitignore
This commit is contained in:
16
Watch/Extension/TGUserHandleRowController.h
Normal file
16
Watch/Extension/TGUserHandleRowController.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user