添加HWPanModal和FLAnimatedImage
This commit is contained in:
17
keyBoard/Class/Home/V/KBDirectionIndicatorView.h
Normal file
17
keyBoard/Class/Home/V/KBDirectionIndicatorView.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// KBDirectionIndicatorView.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2025/11/5.
|
||||
//
|
||||
|
||||
#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
|
||||
Reference in New Issue
Block a user