//
// 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
-
mei authoredd4286c2c