BBAPannelCancelView.h 412 Bytes
//
//  BBAPannelCancelView.h
//  BBAPods
//
//  Created by Fan,Shuaifei on 2017/5/18.
//  Copyright © 2017年 Baidu. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface BBAPannelCancelView : UIView

@property (nonatomic, strong, nonnull) UIButton *cancelBtn;

- (void)setTitleColor:(nullable UIColor *)color
			 forState:(UIControlState)state;
- (void)setSplitLineColor:(nullable UIColor *)color;

@end