5
This commit is contained in:
19
keyBoard/Class/Home/V/KBPanModalView.h
Normal file
19
keyBoard/Class/Home/V/KBPanModalView.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// KBPanModalView.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2025/11/6.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <HWPanModal/HWPanModal.h>
|
||||
|
||||
#import "HWPanModalContentView.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBPanModalView : HWPanModalContentView<HWPanModalPresentable>
|
||||
@property (nonatomic, assign) CGFloat minHeight; // 例如 150
|
||||
@property (nonatomic, assign) CGFloat topInset; // 例如 100
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user