mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Added .gitignore
This commit is contained in:
23
Watch/Extension/TGStickersSectionHeaderController.m
Normal file
23
Watch/Extension/TGStickersSectionHeaderController.m
Normal file
@@ -0,0 +1,23 @@
|
||||
#import "TGStickersSectionHeaderController.h"
|
||||
#import "TGWatchCommon.h"
|
||||
|
||||
NSString *const TGStickersSectionHeaderIdentifier = @"TGStickersSectionHeader";
|
||||
|
||||
@implementation TGStickersSectionHeaderController
|
||||
|
||||
- (NSString *)title
|
||||
{
|
||||
return self.titleLabel.text;
|
||||
}
|
||||
|
||||
- (void)setTitle:(NSString *)title
|
||||
{
|
||||
self.titleLabel.text = title;
|
||||
}
|
||||
|
||||
+ (NSString *)identifier
|
||||
{
|
||||
return TGStickersSectionHeaderIdentifier;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user