// // IBTUIControl.h // XFFruit // // Created by Xummer on 15/4/15. // Copyright (c) 2015年 Xummer. All rights reserved. // #import @interface IBTUIControl : UIControl @property (assign, nonatomic) BOOL highLightWhenTapped; + (IBTUIControl *)highLightControl; @end