1
0
mirror of https://github.com/danog/Telegram.git synced 2025-01-05 20:48:36 +01:00
Telegram/Watch/Extension/TGStickersHeaderController.m

18 lines
310 B
Mathematica
Raw Normal View History

2015-10-01 18:19:52 +02:00
#import "TGStickersHeaderController.h"
NSString *const TGStickersHeaderIdentifier = @"TGStickersHeader";
@implementation TGStickersHeaderController
- (void)update
{
self.nameLabel.text = TGLocalized(@"Stickers.StickerPacks");
}
+ (NSString *)identifier
{
return TGStickersHeaderIdentifier;
}
@end