mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Replace initialiser return types of id with new instancetype
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
@implementation BITFeedbackUserDataViewController
|
||||
|
||||
|
||||
- (id)initWithStyle:(UITableViewStyle)style {
|
||||
- (instancetype)initWithStyle:(UITableViewStyle)style {
|
||||
self = [super initWithStyle:style];
|
||||
if (self) {
|
||||
self.title = BITHockeyLocalizedString(@"HockeyFeedbackUserDataTitle");
|
||||
|
||||
Reference in New Issue
Block a user