Files
yuyin_ios/SweetParty/主类/音悦新增/仲夏夜梦曲/ZXYBoxView.h

19 lines
228 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// ZXYBoxView.h
// SweetParty
//
// Created by MAC on 2024/5/6.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface ZXYBoxView : UIView
@property (nonatomic, copy) NSString *rid;
@end
NS_ASSUME_NONNULL_END