21 lines
408 B
Objective-C
Executable File
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
|