2.0.0版本首页UI更改

This commit is contained in:
liyuhua
2023-09-01 15:52:10 +08:00
parent 79076f549f
commit 2ff47ed7b5
13 changed files with 176 additions and 10 deletions

View File

@@ -0,0 +1,20 @@
//
// XPNewHomeHeadView.m
// YuMi
//
// Created by duoban on 2023/9/1.
//
#import "XPNewHomeHeadView.h"
#import "XPNewHomeItemView.h"
@implementation XPNewHomeHeadView
/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRect:(CGRect)rect {
// Drawing code
}
*/
@end