Files
yuyin_ios/SweetParty/主类/Mine/青少年模式/YXYoungAlertDescView.h
2025-08-08 11:05:33 +08:00

21 lines
408 B
Objective-C
Executable File

//
// YXYoungAlertDescView.h
// romantic
//
// Created by MAC on 2023/1/15.
// Copyright © 2023 romantic. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "YXYoungUseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface YXYoungAlertDescView : UIView
@property (weak, nonatomic) IBOutlet UIButton *knowButton;
@property (weak, nonatomic) IBOutlet UILabel *accLabel;
@end
NS_ASSUME_NONNULL_END