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

34 lines
856 B
Objective-C
Executable File

//
// YXYoungUseView.h
// romantic
//
// Created by MAC on 2022/12/15.
// Copyright © 2022 romantic. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface YXYoungUseView : UIView
@property (nonatomic,strong) UIImageView *iconImageView;
@property (nonatomic,strong) UILabel *nameLabel;
@property (nonatomic,strong) UIView *coverView;
@property (nonatomic,strong) YYLabel *nameOne;
@property (nonatomic,strong) YYLabel *nameTwo;
@property (nonatomic,strong) YYLabel *nameThree;
@property (nonatomic,strong) UIImageView *oneDot;
@property (nonatomic,strong) UIImageView *twoDot;
@property (nonatomic,strong) UIImageView *threeDot;
@property (nonatomic,strong) YYLabel *delegateLabel;
@property (nonatomic,strong) UIButton *agreeButton;
@property (nonatomic,strong) UIButton *submitButton;
@end
NS_ASSUME_NONNULL_END