VerButton.h 244 B

12345678910111213141516
  1. //
  2. // VerButton.h
  3. // MingMen
  4. //
  5. // Created by 罗云飞 on 2017/3/9.
  6. // Copyright © 2017年 罗云飞. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface VerButton : UIButton
  10. @property (nonatomic,strong) UIView *lineView;
  11. @end