Files
keyboard/keyBoard/Class/Home/V/KBDirectionIndicatorView.h
2025-11-06 13:18:27 +08:00

18 lines
420 B
Objective-C

//
// KBDirectionIndicatorView.h
// keyBoard
//
// Created by Mac on 2025/11/5.
// HomeSheetVC 三角指示器
#import <UIKit/UIKit.h>
#import <HWPanModal/HWPanModalPresentable.h>
#import <HWPanModal/HWPanModalIndicatorProtocol.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBDirectionIndicatorView : UIView<HWPanModalIndicatorProtocol>
- (void)applyPresentationState:(PresentationState)state;
@end
NS_ASSUME_NONNULL_END