// // EXButton.h // 0914 // // Created by apple on 15/11/25. // Copyright (c) 2015年 apple. All rights reserved. // #import <UIKit/UIKit.h> @interface EXButton : UIButton @property (nonatomic, assign) BOOL isUsed; @end