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