From d77878297b8632baa4fe1ddfc154bbdcd6c3d644 Mon Sep 17 00:00:00 2001 From: Boris Emorine Date: Sat, 13 May 2017 21:51:15 -0700 Subject: [PATCH] Change reference bug to group. --- Classes/BEMCheckBox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BEMCheckBox.h b/Classes/BEMCheckBox.h index 161ac0b..deaf108 100755 --- a/Classes/BEMCheckBox.h +++ b/Classes/BEMCheckBox.h @@ -116,7 +116,7 @@ typedef NS_ENUM(NSInteger, BEMAnimationType) { /** The group this box is associated with. */ -@property (weak, nonatomic, nullable, readonly) BEMCheckBoxGroup *group; +@property (strong, nonatomic, nullable, readonly) BEMCheckBoxGroup *group; /** The type of box. * @see BEMBoxType.