Nav apraksta

FKSexChoseBtn.h 312B

1234567891011121314151617
  1. //
  2. // FKSexChoseView.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/4/26.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKSexChoseBtn : UIControl
  10. @property (nonatomic, strong) UILabel *titleLabel;
  11. - (instancetype)initWithSexTitle:(NSString *)title;
  12. @end