// // Copyright © 2018å¹´ Zhejiang Dahua Technology Co.,Ltd. All rights reserved. // #import <UIKit/UIKit.h> @interface UIView (Ex) //按钮是å¦å¯ç”¨ï¼Œä¸å¯ç”¨æ—¶å°†alpha设置为0.5 @property(nonatomic, assign) BOOL dh_enable; @end