EXButton.h 228 B

123456789101112131415
  1. //
  2. // EXButton.h
  3. // 0914
  4. //
  5. // Created by apple on 15/11/25.
  6. // Copyright (c) 2015年 apple. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface EXButton : UIButton
  10. @property (nonatomic, assign) BOOL isUsed;
  11. @end