Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #77 from bitstadium/fix/use-weak
Browse files Browse the repository at this point in the history
use weak instead of unsafe_unretained
  • Loading branch information
Benjamin Scholtysik (Reimold) committed Sep 20, 2016
2 parents f4dd048 + 41e8257 commit 010745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/BITHockeyManager.h
Expand Up @@ -115,7 +115,7 @@
* @see BITHockeyManagerDelegate
* @see BITCrashManagerDelegate
*/
@property (nonatomic, unsafe_unretained) id<BITHockeyManagerDelegate> delegate;
@property (nonatomic, weak) id<BITHockeyManagerDelegate> delegate;


///-----------------------------------------------------------------------------
Expand Down

0 comments on commit 010745d

Please sign in to comment.