mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Added .gitignore
This commit is contained in:
22
Watch/Extension/TGUserInfoHeaderController.h
Normal file
22
Watch/Extension/TGUserInfoHeaderController.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#import "WKInterfaceTable+TGDataDrivenTable.h"
|
||||
|
||||
@class TGBridgeContext;
|
||||
@class TGBridgeUser;
|
||||
@class TGBridgeChat;
|
||||
|
||||
@interface TGUserInfoHeaderController : TGTableRowController
|
||||
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceButton *avatarButton;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceGroup *avatarGroup;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *avatarInitialsLabel;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceImage *avatarVerified;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *nameLabel;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *lastSeenLabel;
|
||||
- (IBAction)avatarPressedAction;
|
||||
|
||||
@property (nonatomic, copy) void (^avatarPressed)(void);
|
||||
|
||||
- (void)updateWithUser:(TGBridgeUser *)user context:(TGBridgeContext *)context;
|
||||
- (void)updateWithChannel:(TGBridgeChat *)channel;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user