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:
20
Watch/Extension/TGGroupInfoHeaderController.h
Normal file
20
Watch/Extension/TGGroupInfoHeaderController.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#import "WKInterfaceTable+TGDataDrivenTable.h"
|
||||
|
||||
@class TGBridgeChat;
|
||||
@class TGBridgeContext;
|
||||
|
||||
@interface TGGroupInfoHeaderController : TGTableRowController
|
||||
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceButton *avatarButton;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceGroup *avatarGroup;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *avatarInitialsLabel;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *nameLabel;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *participantsLabel;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *onlineLabel;
|
||||
- (IBAction)avatarPressedAction;
|
||||
|
||||
@property (nonatomic, copy) void (^avatarPressed)(void);
|
||||
|
||||
- (void)updateWithGroupChat:(TGBridgeChat *)chat users:(NSDictionary *)users context:(TGBridgeContext *)context;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user