首次提交
This commit is contained in:
33
SweetParty/主类/Mine/青少年模式/YXYoungUseView.h
Executable file
33
SweetParty/主类/Mine/青少年模式/YXYoungUseView.h
Executable file
@@ -0,0 +1,33 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user