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:
13
Watch/Extension/TGStickerPackRowController.h
Normal file
13
Watch/Extension/TGStickerPackRowController.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#import "WKInterfaceTable+TGDataDrivenTable.h"
|
||||
|
||||
@class TGBridgeStickerPack;
|
||||
|
||||
@interface TGStickerPackRowController : TGTableRowController
|
||||
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceImage *image;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *nameLabel;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *countLabel;
|
||||
|
||||
- (void)updateWithStickerPack:(TGBridgeStickerPack *)stickerPack;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user