//
// ZhiXunFenLaiView.m
// ProductApp
// Created by 工作 on 2025/4/18.
#import "ZhiXunFenLaiView.h"
@implementation ZhiXunFenLaiView
-(id)initWithFrame:(CGRect)frame
{
if(self = [super initWithFrame:frame])
}
return self;
@end