// // FKSexChoseView.h // FirstLink // // Created by jack on 16/4/26. // Copyright © 2016年 FirstLink. All rights reserved. // #import @interface FKSexChoseBtn : UIControl @property (nonatomic, strong) UILabel *titleLabel; - (instancetype)initWithSexTitle:(NSString *)title; @end