1
This commit is contained in:
16
keyBoard/Class/Home/V/HomeHeadView.h
Normal file
16
keyBoard/Class/Home/V/HomeHeadView.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// HomeHeadView.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2025/11/6.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface HomeHeadView : UIView
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
20
keyBoard/Class/Home/V/HomeHeadView.m
Normal file
20
keyBoard/Class/Home/V/HomeHeadView.m
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// HomeHeadView.m
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2025/11/6.
|
||||
//
|
||||
|
||||
#import "HomeHeadView.h"
|
||||
|
||||
@implementation HomeHeadView
|
||||
|
||||
/*
|
||||
// Only override drawRect: if you perform custom drawing.
|
||||
// An empty implementation adversely affects performance during animation.
|
||||
- (void)drawRect:(CGRect)rect {
|
||||
// Drawing code
|
||||
}
|
||||
*/
|
||||
|
||||
@end
|
||||
@@ -3,7 +3,7 @@
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2025/11/5.
|
||||
//
|
||||
// HomeSheetVC 三角指示器
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <HWPanModal/HWPanModalPresentable.h>
|
||||
|
||||
Reference in New Issue
Block a user