IBTUIControl.h 291 Bytes
//
//  IBTUIControl.h
//  XFFruit
//
//  Created by Xummer on 15/4/15.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface IBTUIControl : UIControl

@property (assign, nonatomic) BOOL highLightWhenTapped;

+ (IBTUIControl *)highLightControl;

@end