KCSP/ProductApp/ProductApp/ProductMain/资讯/view/ZhiXunFenLaiView.m

22 lines
272 B
Objective-C

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