Files
yuyin_ios/SweetParty/主类/狸猫新增/爱情摩天轮/LMLovelsTableHeaderView.h

19 lines
267 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// LMLovelsTableHeaderView.h
// SweetParty
//
// Created by Xmac on 2024/8/7.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface LMLovelsTableHeaderView : UIView
@property (nonatomic, strong) NSMutableArray *fiveArr;
@end
NS_ASSUME_NONNULL_END