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

21 lines
330 B
Objective-C

//
// 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