1
0
mirror of https://github.com/danog/Telegram.git synced 2024-12-12 01:19:42 +01:00
Telegram/Watch/Extension/TGStickersHeaderController.m

18 lines
316 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
{
2016-02-25 01:03:51 +01:00
self.nameLabel.text = TGLocalized(@"Watch.Stickers.StickerPacks");
2015-10-01 18:19:52 +02:00
}
+ (NSString *)identifier
{
return TGStickersHeaderIdentifier;
}
@end