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