| 123456789101112131415161718192021 |
- //
- // YBYoungModeVC.h
- // YBVideo
- //
- // Created by YB007 on 2022/6/2.
- // Copyright © 2022 cat. All rights reserved.
- //
- #import "YBBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YBYoungModeVC : YBBaseViewController
- @property(nonatomic,assign)BOOL ispwd; // 是否设置密码
- @property(nonatomic,assign)BOOL isstate; // 是否开启青少年模式
- @property(nonatomic,strong)NSArray *youngList; // 青少年模式说明
- @end
- NS_ASSUME_NONNULL_END
|