Merge branch 'refs/heads/feature/instancetype' into develop

This commit is contained in:
Andreas Linde
2014-06-12 00:26:27 +02:00
22 changed files with 27 additions and 27 deletions

View File

@@ -76,7 +76,7 @@
#pragma mark - NSObject
- (id)init {
- (instancetype)init {
self = [super init];
if (self) {
self.title = BITHockeyLocalizedString(@"HockeyFeedbackComposeTitle");