mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Merge branch 'refs/heads/feature/instancetype' into develop
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
|
||||
#pragma mark - NSObject
|
||||
|
||||
- (id)init {
|
||||
- (instancetype)init {
|
||||
self = [super init];
|
||||
if (self) {
|
||||
self.title = BITHockeyLocalizedString(@"HockeyFeedbackComposeTitle");
|
||||
|
||||
Reference in New Issue
Block a user