12345678910111213141516 |
- //
- // JXCustomButton.h
- // shiku_im
- //
- // Created by 1 on 17/8/15.
- // Copyright © 2017年 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface JXCustomButton : UIButton
- @property (nonatomic, assign) CGRect titleRect;
- @property (nonatomic, assign) CGRect imageRect;
- @end
|