Replace initialiser return types of id with new instancetype

This commit is contained in:
Lukas Spieß
2014-06-11 15:35:45 +02:00
parent 3cf56aa9d6
commit 42738397a6
23 changed files with 28 additions and 28 deletions

View File

@@ -51,7 +51,7 @@
@implementation BITFeedbackUserDataViewController
- (id)initWithStyle:(UITableViewStyle)style {
- (instancetype)initWithStyle:(UITableViewStyle)style {
self = [super initWithStyle:style];
if (self) {
self.title = BITHockeyLocalizedString(@"HockeyFeedbackUserDataTitle");