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