From ef810eb577724da74f64f4c2a52bb565903ea409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Spie=C3=9F?= Date: Mon, 2 Nov 2015 14:59:09 +0100 Subject: [PATCH] Use import instead of @protocol for Feedback delegate This fixes a "Cannot find protocol definition ..." warning when you try implementing `BITHockeyManagerDelegate` in a separate file and only import `BITHockeyManagerDelegate.h` and not the full umbrella header. --- Classes/BITFeedbackManagerDelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BITFeedbackManagerDelegate.h b/Classes/BITFeedbackManagerDelegate.h index ece327f2c2..6f65a28619 100644 --- a/Classes/BITFeedbackManagerDelegate.h +++ b/Classes/BITFeedbackManagerDelegate.h @@ -27,9 +27,9 @@ */ #import +#import "BITFeedbackComposeViewControllerDelegate.h" @class BITFeedbackManager; -@protocol BITFeedbackComposeViewControllerDelegate; /** * Delegate protocol which is notified about changes in the feedbackManager