UIView+Segment.h 260 B

12345678910111213
  1. //
  2. // UIView+Segment.h
  3. // HCQuanfangtong
  4. //
  5. // Created by qft_Ios_03 on 2018/4/28.
  6. // Copyright © 2018年 qft_Ios_03. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIView (Segment)
  10. @property (nonatomic, strong) UIButton *prevClickbtn;
  11. @end