//// KWMButton.h// iOrangeBusiness//// Created by Yaotian on 7/3/15.// Copyright (c) 2015 kwm. All rights reserved.//#import <UIKit/UIKit.h>IB_DESIGNABLE@interfaceKWMButton:UIButton@property(nonatomic)IBInspectableUIColor*normalColor;@property(nonatomic)IBInspectableUIColor*pressedColor;@end