Files
peko-ios/YuMi/Modules/YMNewHome/View/CustomView/XPNewHomeHeadView.m
2023-09-12 18:04:05 +08:00

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