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.
This commit is contained in:
Lukas Spieß
2015-11-02 14:59:09 +01:00
parent 882b7d8179
commit ef810eb577

View File

@@ -27,9 +27,9 @@
*/
#import <Foundation/Foundation.h>
#import "BITFeedbackComposeViewControllerDelegate.h"
@class BITFeedbackManager;
@protocol BITFeedbackComposeViewControllerDelegate;
/**
* Delegate protocol which is notified about changes in the feedbackManager