12345678910111213141516 |
- //
- // APRoundedButton.h
- // jiaPei
- //
- // Created by EchoShacolee on 2018/6/14.
- // Copyright © 2018年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface APRoundedButton : UIButton
- @property (nonatomic, assign) IBInspectable NSUInteger style;
- @property (nonatomic, assign) IBInspectable CGFloat nj_cornerRaduous;
- @end
|