| 12345678910111213141516171819 |
- //
- // YBYoungSmall.h
- // YBVideo
- //
- // Created by YB007 on 2022/6/2.
- // Copyright © 2022 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YBYoungSmall : UIView
- +(instancetype)showYoungPop:(NSString *)alert;
- @end
- NS_ASSUME_NONNULL_END
|