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

24 lines
578 B
Objective-C
Executable File

//
// YXYoungSetPwViewController.h
// romantic
//
// Created by MAC on 2022/12/15.
// Copyright © 2022 romantic. All rights reserved.
//
#import "BaseController.h"
NS_ASSUME_NONNULL_BEGIN
@interface YXYoungSetPwViewController : BaseController
@property (nonatomic,assign) int type; //type == 1,标识需要开启青少年模式 ==2代表需要关闭青少年模式
//第一打开青少年模式需要输入两次,相当于设置青少年密码,如果再次开启的话,是输入一次密码
//关闭青少年模式输入密码是一次
@end
NS_ASSUME_NONNULL_END