21 lines
372 B
Objective-C
21 lines
372 B
Objective-C
//
|
|
// 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
|