KWMButton.h 324 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  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