mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-28 01:28:46 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user