Make individual components delegate private

The `delegate` property should only be set on `[BITHockeyManager sharedHockeyManager]` which will then propagade it to all components. Setting the delegate individually per component could cause undefined behaviour.
This commit is contained in:
Andreas Linde
2014-06-18 15:52:56 +02:00
parent fbfd4ae0fb
commit 83b32ffe37
10 changed files with 69 additions and 70 deletions

View File

@@ -75,16 +75,6 @@ typedef NS_ENUM(NSInteger, BITStoreUpdateSetting) {
@interface BITStoreUpdateManager : BITHockeyBaseManager
///-----------------------------------------------------------------------------
/// @name Delegate
///-----------------------------------------------------------------------------
/**
Sets the optional `BITStoreUpdateManagerDelegate` delegate.
*/
@property (nonatomic, weak) id delegate;
///-----------------------------------------------------------------------------
/// @name Update Checking
///-----------------------------------------------------------------------------