KWMLineView.h 348 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//
//  KWMLineView.h
//  iOrangeBusiness
//
//  Created by Yaotian on 7/27/15.
//  Copyright (c) 2015 kwm. All rights reserved.
//

#import <UIKit/UIKit.h>

IB_DESIGNABLE
@interface KWMLineView : UIView

@property (nonatomic) IBInspectable UIColor *lineColor;
@property (nonatomic) IBInspectable BOOL isBottomLine;

+ (CGFloat)getLineHeight;

@end