Skip to content

Commit

Permalink
Change reference bug to group.
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-Em committed May 16, 2017
1 parent 8268b08 commit d778782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/BEMCheckBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d778782

Please sign in to comment.