JXCustomButton.h 291 B

12345678910111213141516
  1. //
  2. // JXCustomButton.h
  3. // shiku_im
  4. //
  5. // Created by 1 on 17/8/15.
  6. // Copyright © 2017年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface JXCustomButton : UIButton
  10. @property (nonatomic, assign) CGRect titleRect;
  11. @property (nonatomic, assign) CGRect imageRect;
  12. @end