|
//
|
|
// ShouYeView.h
|
|
// ProductApp
|
|
//
|
|
// Created by pgj on 2025/4/2.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface ShouYeView : UIView
|
|
-(void)refShowBanner;
|
|
-(void)refShowData;
|
|
-(void)showTSData:(NSArray *)arr;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|