In SSCheckBoxView.h: Leak here: ```Swift id<NSObject> delegate; ``` need change to: ```Swift __weak id<NSObject> delegate; ```