BBAPanelCancelView.h
516 Bytes
//
// BBAPanelCancelView.h
// BBAUIKit
//
// Created by Guo,Zhaozhuo on 2020/3/12.
// Copyright © 2020 Baidu. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "BBAPanelConfigModel.h"
extern const CGFloat kBBAPanelBottomCancelViewHeight;
extern const CGFloat kBBAPanelCloseViewHeight;
extern const CGFloat kBBAPanelCloseViewTopMargin;
extern const CGFloat kBBAPanelCloseViewRightMargin;
@interface BBAPanelCancelView : UIButton
- (instancetype)initWithConfigModel:(BBAPanelConfigModel *)config;
@end