Files
yuyin_ios/SweetParty/主类/音悦新增/盲盒巡乐会/BlindXunlehuiShowView.h
2025-08-08 11:05:33 +08:00

18 lines
266 B
Objective-C

//
// BlindXunlehuiShowView.h
// SweetParty
//
// Created by yons on 2024/12/28.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface BlindXunlehuiShowView : UIView
@property (weak, nonatomic) IBOutlet UILabel *leftTimeL;
@end
NS_ASSUME_NONNULL_END