mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Added .gitignore
This commit is contained in:
18
Watch/Extension/TGStickersHeaderController.m
Normal file
18
Watch/Extension/TGStickersHeaderController.m
Normal file
@@ -0,0 +1,18 @@
|
||||
#import "TGStickersHeaderController.h"
|
||||
#import "TGWatchCommon.h"
|
||||
|
||||
NSString *const TGStickersHeaderIdentifier = @"TGStickersHeader";
|
||||
|
||||
@implementation TGStickersHeaderController
|
||||
|
||||
- (void)update
|
||||
{
|
||||
self.nameLabel.text = TGLocalized(@"Watch.Stickers.StickerPacks");
|
||||
}
|
||||
|
||||
+ (NSString *)identifier
|
||||
{
|
||||
return TGStickersHeaderIdentifier;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user